defaultData property
Map
get
defaultData
return default data
Implementation
static Map get defaultData {
return {
"@type": "game",
"@return_type": "game",
"id": 0,
"short_name": "",
"title": "",
"text": {"@type": "formattedText"},
"description": "",
"photo": {"@type": "photo"},
"animation": {"@type": "animation"}
};
}