TzInstant constructor

const TzInstant(
  1. TimeZone timeZone,
  2. int start,
  3. int end
)

Implementation

const TzInstant(this.timeZone, this.start, this.end);