ChatLocation.fromJson constructor
Creates a new ChatLocation object from json.
Implementation
factory ChatLocation.fromJson(Map<String, dynamic> json) =>
_$ChatLocationFromJson(json);
Creates a new ChatLocation object from json.
factory ChatLocation.fromJson(Map<String, dynamic> json) =>
_$ChatLocationFromJson(json);