toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (backgroundImageLink != null)
'backgroundImageLink': backgroundImageLink!,
if (colorRgb != null) 'colorRgb': colorRgb!,
if (id != null) 'id': id!,
};