toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final backgroundColor = this.backgroundColor;
final featuredPlaylistId = this.featuredPlaylistId;
final textColor = this.textColor;
return {
'backgroundColor': ?backgroundColor,
'featuredPlaylistId': ?featuredPlaylistId,
'textColor': ?textColor,
};
}