defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "notificationGroup",
    "@return_type": "notificationGroup",
    "id": 0,
    "type": {"@type": "notificationGroupType"},
    "chat_id": 0,
    "total_count": 0,
    "notifications": [
      {"@type": "notification"}
    ]
  };
}