toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => <String, dynamic>{
      "sbColorPrimary": sbColorPrimary.toString(),
      "sbColorPrimaryDisabled": sbColorPrimaryDisabled.toString(),
      "sbColorNegative": sbColorNegative.toString(),
      "sbColorPositive": sbColorPositive.toString(),
      "sbColorWarning": sbColorWarning.toString(),
      "sbColorSecondary": sbColorSecondary.toString(),
      "sbColorSecondaryDisabled": sbColorSecondaryDisabled.toString(),
      "sbColorOnPrimary": sbColorOnPrimary.toString(),
      "sbColorOnSecondary": sbColorOnSecondary.toString(),
      "sbColorSurface": sbColorSurface.toString(),
      "sbColorOutline": sbColorOutline.toString(),
      "sbColorOnSurfaceVariant": sbColorOnSurfaceVariant.toString(),
      "sbColorOnSurface": sbColorOnSurface.toString(),
      "sbColorSurfaceLow": sbColorSurfaceLow.toString(),
      "sbColorSurfaceHigh": sbColorSurfaceHigh.toString(),
      "sbColorModalOverlay": sbColorModalOverlay.toString(),
    };