defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "inputCredentials",
    "@is_json_scheme_class": true,
    "@return_type": "inputCredentials",
    "input_credentials_saved": {"@type": "inputCredentialsSaved"},
    "input_credentials_new": {"@type": "inputCredentialsNew"},
    "input_credentials_apple_pay": {"@type": "inputCredentialsApplePay"},
    "input_credentials_google_pay": {"@type": "inputCredentialsGooglePay"}
  };
}