GermanNoteNotation class final

The German alphabetic Note notation system.

See Versetzungszeichen.

Inheritance

Constructors

GermanNoteNotation()
Creates a new GermanNoteNotation.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

accidental(Accidental accidental) String
The string notation for accidental.
override
baseNote(BaseNote baseNote) String
The string notation for baseNote.
override
key(Key key) String
The string notation for key.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
note(Note note) String
The string notation for note.
override
tonalMode(TonalMode tonalMode) String
The string notation for tonalMode.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited