rgbToJson function

Map<String, dynamic>? rgbToJson(
  1. Rgb? rgb
)

Implementation

Map<String, dynamic>? rgbToJson(Rgb? rgb) => rgb?.toJson();