Settings constructor

Settings({
  1. String name = '',
  2. String kmsKeyName = '',
  3. String kmsServiceAccountId = '',
  4. String storageLocation = '',
  5. bool disableDefaultSink = false,
})

Implementation

Settings({
  this.name = '',
  this.kmsKeyName = '',
  this.kmsServiceAccountId = '',
  this.storageLocation = '',
  this.disableDefaultSink = false,
}) : super(fullyQualifiedName);