$TimeZone constructor

$TimeZone({
  1. String? id,
  2. String? version,
})

Implementation

$TimeZone({
  this.id,
  this.version,
});