TimezoneSpan constructor

const TimezoneSpan(
  1. String abbreviation,
  2. EpochMicroseconds start,
  3. EpochMicroseconds end, {
  4. required bool dst,
})

Creates a TimezoneSpan.

Implementation

const TimezoneSpan(this.abbreviation, this.start, this.end, {required this.dst});