GoogleBetaProvider constructor

const GoogleBetaProvider({
  1. String? project,
  2. String? region,
  3. String? zone,
})

Implementation

const GoogleBetaProvider({
  this.project,
  this.region,
  this.zone,
});