SystemReadyEvent class final
An event indicating that the system is ready.
This event is emitted when the system initialization process is complete and the platform is ready for operation. It can be used by listeners to perform actions that require the system to be fully initialized.
Constructors
- SystemReadyEvent.new()
- Creates a new SystemReadyEvent.
Properties
- data → void
-
Optional data associated with the event.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the event, used for identification and logging.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timestamp → DateTime
-
When the event was created.
finalinherited
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