defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "call",
    "@return_type": "call",
    "id": 0,
    "user_id": 0,
    "is_outgoing": false,
    "is_video": false,
    "state": {"@type": "callState"},
    "group_call_id": 0
  };
}