defaultData property
Map
get
defaultData
return default data
Implementation
static Map get defaultData {
return {
"@type": "forumTopics",
"@return_type": "forumTopics",
"total_count": 0,
"topics": [
{"@type": "forumTopic"}
],
"next_offset_date": 0,
"next_offset_message_id": 0,
"next_offset_message_thread_id": 0
};
}