ZoneDescription class abstract

Information about a time zone that may be helpful when trying to choose one.

Constructors

ZoneDescription([void updates(ZoneDescriptionBuilder)])
factory

Properties

comments String
Additional comments that may help an end user decide if this is the time zone they're looking for.
no setter
countries → BuiltSet<String>
The countries that use this time zone.
no setter
hashCode int
The hash code for this object.
no setterinherited
latitude double
The latitude of the city this time zone is named for.
no setter
longitude double
The longitude of the city this time zone is named for.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zoneId String
A string that uniquely identifies the time zone.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ZoneDescriptionBuilder)) ZoneDescription
Rebuilds the instance.
inherited
toBuilder() ZoneDescriptionBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<ZoneDescription>
no setter