InMemoryPosixTzDatabase class
PosixTzDatabase implementation with an in memory db
- Implemented types
Constructors
- InMemoryPosixTzDatabase.new()
- constructor
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isInitialized → bool
-
check if posixTz database is initialized
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
add(
PosixTz posixTz) → void -
add posix timezone
override
-
clear(
) → void -
clear posix timezone database
override
-
get(
String name) → PosixTz -
get posix timezone
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