Part class

Internal represention of a MusicXML

Constructors

Part(String id, ScorePart scorePart, List<Measure> measures)
Part.parse(XmlElement xmlPart, Map<String, ScorePart> scoreParts, MusicXMLParserState state)
Parse the
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
final
measures List<Measure>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scorePart ScorePart
final

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