Provider constructor

Provider({
  1. String? createTime,
  2. String? description,
  3. String? displayName,
  4. String? documentationUri,
  5. String? externalUri,
  6. Map<String, String>? labels,
  7. String? launchStage,
  8. String? name,
  9. String? updateTime,
  10. String? webAssetsLocation,
})

Implementation

Provider({
  this.createTime,
  this.description,
  this.displayName,
  this.documentationUri,
  this.externalUri,
  this.labels,
  this.launchStage,
  this.name,
  this.updateTime,
  this.webAssetsLocation,
});