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-onlyinherited
isRemark bool
read / write
lyric String?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
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