Restrictions constructor

Restrictions({
  1. required GeoRestriction geoRestriction,
})

Implementation

Restrictions({
  required this.geoRestriction,
});