TimeZone constructor

TimeZone({
  1. Duration? offset,
  2. String? offsetType,
})

Implementation

TimeZone({this.offset, this.offsetType});