Location constructor
Location()
Implementation
Location(
this.name,
this.transitionAt,
this.transitionZone,
this.abbreviations,
this.zones,
this.leapAt,
this.leapDiff,
this.isStd,
this.isUtc);