LocationRestriction.fromJson constructor

LocationRestriction.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory LocationRestriction.fromJson(Map<String, dynamic> json) {
  return _$LocationRestrictionFromJson(json);
}