toJson method
Implementation
Map<String, dynamic> toJson() => {
"start_at": this.startAt,
"end_at": this.endAt,
"expire_month": this.expireMonth,
"vbank_result": this.vbankResult,
"quotas": this.quotas,
"app_scheme": this.appScheme,
"app_scheme_host": this.appSchemeHost,
"locale": this.locale,
"popup": this.popup,
"quick_popup": this.quick_popup,
"disp_cash_result": this.dispCashResult,
"escrow": this.escrow,
"iosCloseButton": this.iosCloseButton,
"offer_period": this.offer_period,
"theme": this.theme,
"custom_background": this.custom_background,
"custom_font_color": this.custom_font_color,
};