defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "connectionState",
    "@is_json_scheme_class": true,
    "@return_type": "connectionState",
    "connection_state_waiting_for_network": {"@type": "connectionStateWaitingForNetwork"},
    "connection_state_connecting_to_proxy": {"@type": "connectionStateConnectingToProxy"},
    "connection_state_connecting": {"@type": "connectionStateConnecting"},
    "connection_state_updating": {"@type": "connectionStateUpdating"},
    "connection_state_ready": {"@type": "connectionStateReady"}
  };
}