toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (colors != null) 'colors': colors!,
      if (corners != null) 'corners': corners!,
      if (font != null) 'font': font!,
      if (kind != null) 'kind': kind!,
    };