initialized property
bool
get
initialized
Whether the system has been initialized.
Implementation
bool get initialized => __state != null;
Whether the system has been initialized.
bool get initialized => __state != null;