core.Map<core.String, core.dynamic> toJson() => { if (rgbColor != null) 'rgbColor': rgbColor!, if (themeColor != null) 'themeColor': themeColor!, };