defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "getCurrentWeather",
    "@return_type": "currentWeather",
    "is_tdlib_method": true,
    "location": {"@type": "location"}
  };
}