LocationRestriction constructor

LocationRestriction({
  1. Circle? circle,
  2. Rectangle? rectangle,
})

Implementation

LocationRestriction({
  super.circle,
  super.rectangle,
});