TzdbDateTimeZoneSource class

Inheritance

Constructors

TzdbDateTimeZoneSource()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemDefaultId String
Returns this source's ID for the system default time zone.
no setteroverride
versionId Future<String>
Returns an appropriate version ID for diagnostic purposes, which must not be null.
no setteroverride

Methods

forCachedId(String id) DateTimeZone
override
forId(String id) Future<DateTimeZone>
Returns the time zone definition associated with the given ID.
override
getIds() Future<Iterable<String>>
Returns an unordered enumeration of the IDs available from this source.
override
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