Returns this Lyrics instance as JsonMap.
JsonMap toJson() => { 'lyrics': lyrics, if (source != null) 'source': source, 'hasTimestamps': false, };