Note class

Constructors

Note.A(int octave)
const
Note.B(int octave)
const
Note.C(int octave)
const
Note.D(int octave)
const
Note.E(int octave)
const
Note.F(int octave)
const
Note.G(int octave)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
octave int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sign String
final
sol String
final

Methods

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

Operators

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