notes property

List<Note> notes

The set of Note that define this KeySignature, which may include cancellation Accidental.naturals.

Implementation

List<Note> get notes => UnmodifiableListView(_notes);