Extra.fromJson constructor
Implementation
Extra.fromJson(Map<String, dynamic> json) {
startAt = json["start_at"];
endAt = json["end_at"];
expireMonth = json["expire_month"];
vbankResult = json["vbank_result"];
quotas = json["quotas"];
appScheme = json["app_scheme"];
appSchemeHost = json["app_scheme_host"];
locale = json["locale"];
popup = json["popup"];
quick_popup = json["quick_popup"];
dispCashResult = json["disp_cash_result"];
escrow = json["escrow"];
iosCloseButton = json["iosCloseButton"];
offer_period = json["offer_period"];
theme = json["theme"];
custom_background = json["custom_background"];
custom_font_color = json["custom_font_color"];
}