toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => {
  "useBrandLogo": useBrandLogo,
  "buttonTextColor": buttonTextColor,
  "buttonColor": buttonColor,
  "fontColor": fontColor,
  "fontFamily": fontFamily,
  "backgroundColor": backgroundColor,
  "backgroundTextColor": backgroundTextColor,
};