@override Map<String, dynamic> toJson() => <String, dynamic>{ 'location': location?.toJson(), 'title': title, 'address': address, 'provider': provider, 'id': id, 'type': type, '@type': constructor, };