TimeZoneInfo constructor

const TimeZoneInfo(
  1. String id, {
  2. String? translation,
  3. int? offset,
})

Implementation

const TimeZoneInfo(this.id, {this.translation, this.offset});