toJSON method

Map<String, dynamic> toJSON()
override

Implementation

Map<String, dynamic> toJSON() {
  return {
    'backgroundImage': backgroundImageConfiguration,
    'textColor': textColor,
    'titleColor': titleColor,
  };
}