$AllowedLocations constructor

$AllowedLocations({
  1. String? encodedLocations,
  2. List<String>? locations,
})

Implementation

$AllowedLocations({this.encodedLocations, this.locations});