defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "chatLocation",
    "@return_type": "chatLocation",
    "location": {"@type": "location"},
    "address": ""
  };
}