defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "resendCodeReason",
    "@is_json_scheme_class": true,
    "@return_type": "resendCodeReason",
    "resend_code_reason_user_request": {"@type": "resendCodeReasonUserRequest"},
    "resend_code_reason_verification_failed": {"@type": "resendCodeReasonVerificationFailed"}
  };
}