LandmarkJson constructor
- required Coordinates? coordinates,
- String? name,
- String? description,
- String? author,
- GemImage? image,
- ExtraInfo? extrainfo,
- AddressInfo? address,
Implementation
LandmarkJson({
required this.coordinates,
this.name,
this.description,
this.author,
this.image,
this.extrainfo,
this.address,
});