Settings constructor

Settings({
  1. String? defaultStorageLocation,
  2. String? kmsKeyName,
  3. String? name,
  4. String? serviceAccountId,
})

Implementation

Settings({
  this.defaultStorageLocation,
  this.kmsKeyName,
  this.name,
  this.serviceAccountId,
});