defaultData property
Map
get
defaultData
return default data
Implementation
static Map get defaultData {
return {
"@type": "gift",
"@return_type": "gift",
"id": 0,
"sticker": {"@type": "sticker"},
"star_count": 0,
"default_sell_star_count": 0,
"upgrade_star_count": 0,
"is_for_birthday": false,
"remaining_count": 0,
"total_count": 0,
"first_send_date": 0,
"last_send_date": 0
};
}