Quality class sealed

Further description of an Interval size that distinguishes intervals of the same size but with different numbers of half steps.


See also:

Implemented types
Implementers
Annotations
  • @immutable

Constructors

Quality(int semitones)
Creates a new Quality from semitones.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
inverted Quality
The inverted version of this Quality.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semitones int
Delta semitones from the Interval.
final
symbol String
The symbol of this Quality.
no setter

Methods

compareTo(Quality other) int
Compares this object to another object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString({IntervalNotation system = IntervalNotation.standard}) String
The string representation of this Quality based on system.
override

Operators

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