Lyric class

Internal representation of a MusicXML

Constructors

Lyric(List<LyricItem> items, String? name)
Lyric.parse(XmlElement xmlLyric, MusicXMLParserState state)
Parse the MusicXML
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
items List<LyricItem>
final
name String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
syllabic Syllabic?
Returns the elision of the first item
no setter
text String
Returns the syllabic of the first item
no setter

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