toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (backgroundColor != null) 'backgroundColor': backgroundColor!,
if (featuredPlaylistId != null)
'featuredPlaylistId': featuredPlaylistId!,
if (textColor != null) 'textColor': textColor!,
};