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.

Inheritance

Constructors

SystemReadyEvent()
Creates a new SystemReadyEvent.

Properties

data → void
finalinherited
hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime
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