defaultData property
Map
get
defaultData
return default data
Implementation
static Map get defaultData {
return {
"@type": "deviceToken",
"@is_json_scheme_class": true,
"@return_type": "deviceToken",
"device_token_firebase_cloud_messaging": {"@type": "deviceTokenFirebaseCloudMessaging"},
"device_token_apple_push": {"@type": "deviceTokenApplePush"},
"device_token_apple_push_vo_i_p": {"@type": "deviceTokenApplePushVoIP"},
"device_token_windows_push": {"@type": "deviceTokenWindowsPush"},
"device_token_microsoft_push": {"@type": "deviceTokenMicrosoftPush"},
"device_token_microsoft_push_vo_i_p": {"@type": "deviceTokenMicrosoftPushVoIP"},
"device_token_web_push": {"@type": "deviceTokenWebPush"},
"device_token_simple_push": {"@type": "deviceTokenSimplePush"},
"device_token_ubuntu_push": {"@type": "deviceTokenUbuntuPush"},
"device_token_black_berry_push": {"@type": "deviceTokenBlackBerryPush"},
"device_token_tizen_push": {"@type": "deviceTokenTizenPush"},
"device_token_huawei_push": {"@type": "deviceTokenHuaweiPush"}
};
}