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