GeoRestriction constructor
GeoRestriction({
- required int quantity,
- required GeoRestrictionType restrictionType,
- List<
String> ? items,
Implementation
GeoRestriction({
required this.quantity,
required this.restrictionType,
this.items,
});