defaultData property
Map
get
defaultData
return default data
Implementation
static Map get defaultData {
return {
"@type": "emailAddressAuthentication",
"@is_json_scheme_class": true,
"@return_type": "emailAddressAuthentication",
"email_address_authentication_code": {"@type": "emailAddressAuthenticationCode"},
"email_address_authentication_apple_id": {"@type": "emailAddressAuthenticationAppleId"},
"email_address_authentication_google_id": {"@type": "emailAddressAuthenticationGoogleId"}
};
}