Location class

Location data

Constructors

Location(String name, List<int> transitionAt, List<int> transitionZone, List<String> abbreviations, List<TimeZone> zones, List<int> leapAt, List<int> leapDiff, List<int> isStd, List<int> isUtc)
Location.fromBytes(String name, List<int> rawData)
Deserialize Location from bytes
factory

Properties

abbreviations → List<String>
List of abbreviations.
final
hashCode → int
The hash code for this object.
no setterinherited
isStd → List<int>
Whether transition times associated with local time types are specified as standard time or wall time.
final
isUtc → List<int>
Whether transition times associated with local time types are specified as UTC or local time.
final
leapAt → List<int>
Time in seconds when the leap seconds should be applied.
final
leapDiff → List<int>
Amount of leap seconds that should be applied.
final
name → String
Location name
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
transitionAt → List<int>
Time in seconds when the transitioning is occured.
final
transitionZone → List<int>
Transition zone index.
final
zones → List<TimeZone>
List of TimeZones.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited