Parse from a json
factory ChatLocation.fromJson(Map<String, dynamic> json) => ChatLocation( location: Location.fromJson(json['location']), address: json['address'], );