TimezoneSpan constructor
const
TimezoneSpan(
- String abbreviation,
- EpochMicroseconds start,
- EpochMicroseconds end, {
- required bool dst,
Creates a TimezoneSpan.
Implementation
const TimezoneSpan(this.abbreviation, this.start, this.end, {required this.dst});