defaultData property
Map
get
defaultData
return default data
Implementation
static Map get defaultData {
return {
"@type": "authenticationCodeInfo",
"@return_type": "authenticationCodeInfo",
"phone_number": "",
"type": {"@type": "authenticationCodeType"},
"next_type": {"@type": "authenticationCodeType"},
"timeout": 0
};
}