Chord enum

Inheritance
Available extensions

Values

a → const Chord
am → const Chord
a7 → const Chord
am7 → const Chord
b → const Chord
bm → const Chord
b7 → const Chord
c → const Chord
cm → const Chord
c7 → const Chord
d → const Chord
dm → const Chord
d7 → const Chord
dm7 → const Chord
e → const Chord
em → const Chord
e7 → const Chord
emaj7 → const Chord
f → const Chord
fm → const Chord
fmaj7 → const Chord
fm7 → const Chord
g → const Chord
gm → const Chord
g7 → const Chord
gsus4 → const Chord

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<Chord>
A constant List of the values in this enum, in order of their declaration.