Dataset constructor
Dataset({
- EncryptionSpec? encryptionSpec,
- String? name,
- bool? satisfiesPzi,
- bool? satisfiesPzs,
- String? timeZone,
Implementation
Dataset({
this.encryptionSpec,
this.name,
this.satisfiesPzi,
this.satisfiesPzs,
this.timeZone,
});