initialized property
bool
get
initialized
Checks whether the controller has already been initialized.
Implementation
bool get initialized => _initialized;
Checks whether the controller has already been initialized.
bool get initialized => _initialized;