UnSyncLyric class

Class describes unsynchronised lyrics entity from ID3 v2.x tags

Constructors

UnSyncLyric(String lang, String description, String lyrics)

Properties

description String
Description for lyrics
final
hashCode int
The hash code for this object.
no setteroverride
key String
no setter
lang String
3 character of language code e.g. "eng"
final
lyrics String
Lyrics body
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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