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