menu
mmoo_lyric package
documentation
lyric
Lyric class
Lyric
brightness_4
Lyric
class
Null safety
Constructors
Lyric
(
{
String
?
lyric
,
Duration
?
startTime
,
Duration
?
endTime
,
bool
isRemark
=
false
}
)
Properties
endTime
↔
Duration
?
read / write
hashCode
→
int
The hash code for this object.
read-only
inherited
isRemark
↔
bool
read / write
lyric
↔
String
?
read / write
runtimeType
→
Type
A representation of the runtime type of the object.
read-only
inherited
startTime
↔
Duration
?
read / write
Methods
fromJson
(
Map
json
)
→
Lyric
noSuchMethod
(
Invocation
invocation
)
→ dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson
(
Lyric
entity
)
→
Map
<
String
,
dynamic
>
toString
(
)
→
String
A string representation of this object.
override
Operators
operator ==
(
Object
other
)
→
bool
The equality operator.
inherited
mmoo_lyric package
documentation
lyric
Lyric class
lyric library
Classes
Lyric
Constructors
Lyric
Properties
endTime
hashCode
isRemark
lyric
runtimeType
startTime
Methods
fromJson
noSuchMethod
toJson
toString
Operators
operator ==