HTimeZone constructor

HTimeZone(
  1. String name, [
  2. int offset = 0
])

Implementation

HTimeZone(this.name, [this.offset = 0]);