LocationPolicy constructor

LocationPolicy({
  1. List<String>? allowedLocations,
})

Implementation

LocationPolicy({
  this.allowedLocations,
});