toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final backgroundImageLink = this.backgroundImageLink;
final colorRgb = this.colorRgb;
final id = this.id;
return {
'backgroundImageLink': ?backgroundImageLink,
'colorRgb': ?colorRgb,
'id': ?id,
};
}