toJson method
Returns this TimedLyrics instance as JsonMap.
Implementation
JsonMap toJson() => {
'lyrics': lyrics,
if (source != null) 'source': source,
'hasTimestamps': true,
};
Returns this TimedLyrics instance as JsonMap.
JsonMap toJson() => {
'lyrics': lyrics,
if (source != null) 'source': source,
'hasTimestamps': true,
};