BusinessAreas.fromJson(Map<String, dynamic> json) { centerPoint = json['centerPoint'] != null ? LatLng.fromJson(json['centerPoint']) : null; name = json['name']; }