const NoteModel({ required this.name, required this.octave, required this.noteIndex, required this.isFlat, });