Dataset constructor

Dataset({
  1. EncryptionSpec? encryptionSpec,
  2. String? name,
  3. bool? satisfiesPzi,
  4. bool? satisfiesPzs,
  5. String? timeZone,
})

Implementation

Dataset({
  this.encryptionSpec,
  this.name,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.timeZone,
});