defaultData property
Map
get
defaultData
return default data
Implementation
static Map get defaultData {
return {
"@type": "userStatus",
"@is_json_scheme_class": true,
"@return_type": "userStatus",
"user_status_empty": {"@type": "userStatusEmpty"},
"user_status_online": {"@type": "userStatusOnline"},
"user_status_offline": {"@type": "userStatusOffline"},
"user_status_recently": {"@type": "userStatusRecently"},
"user_status_last_week": {"@type": "userStatusLastWeek"},
"user_status_last_month": {"@type": "userStatusLastMonth"}
};
}