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