toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
  "primaryColor": primaryColor,
  "secondaryColor": secondaryColor,
  "appBarColor": appBarColor,
  "colorOnAppbar": colorOnAppbar,
  "scaffoldColor": scaffoldColor,
  "colorOnPrimary": colorOnPrimary,
  "textPrimaryColor": textPrimaryColor,
  "textSecondaryColor": textSecondaryColor,
  "chatBubblePrimaryColor": chatBubblePrimaryColor.toJson(),
  "chatBubbleSecondaryColor": chatBubbleSecondaryColor.toJson(),
};