Dataset constructor

Dataset({
  1. String? name,
  2. String? timeZone,
})

Implementation

Dataset({
  this.name,
  this.timeZone,
});