Map<String, dynamic> toMap() { return <String, dynamic>{ 'name': name, 'octave': octave, 'noteIndex': noteIndex, 'isFlat': isFlat, }; }