FretPosition class

A FretPosition represents the a fret on a specific string of a fretted instrument.

Constructors

FretPosition({required int stringIndex, required int fretNumber, required int semitones})

Properties

fretNumber int
final
hashCode int
The hash code for this object.
no setteroverride
inspect String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semitones int
final
stringIndex int
final

Methods

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 ==(dynamic other) bool
The equality operator.
override