InitializationStatus class

The initialization status of the initializable instance.

Properties

asynchronous bool
Returns true if initializable has an asynchronous initialization.
no setter
finalizing bool
Returns true if initializable is finalizing.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
The initializable ID (defined by initialization order).
no setter
idle bool
Returns true if is not initialized yet and not initializing.
no setter
initializable Initializable
The Initializable instance of this status.
final
initializationTime Duration?
no setter
initialized bool
Returns true if initializable is already initialized.
no setter
initializedTime DateTime?
no setter
initializing bool
Returns true if initializable is initializing.
no setter
initializingTime DateTime?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
Returns the initialization status as String. Examples:
no setter

Methods

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

Operators

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