ServiceAccountAllowedLocations constructor

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

Implementation

ServiceAccountAllowedLocations({
  this.encodedLocations,
  this.locations,
});