Measure class

Internal represention of the MusicXML

Constructors

Measure({required int number})
Measure.parse(XmlElement xmlMeasure, MusicXMLParserState state)
Parse the
factory

Properties

barline Barline?
getter/setter pair
chordSymbols List<ChordSymbol>
final
duration int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keySignature KeySignature?
getter/setter pair
notes List<Note>
final
number int
getter/setter pair
prints List<Print>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tempos List<Tempo>
final
timeSignature TimeSignature?
getter/setter pair

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