MusicSheetAnalysis constructor

const MusicSheetAnalysis(
  1. {Key? key,
  2. required String title,
  3. String? id}
)

Implementation

const MusicSheetAnalysis({super.key, required this.title, this.id});