@override Landmark? fromJsonMap(Map<String, dynamic>? json) => json != null ? Landmark.fromJson(json) : null;