menu
fast_app package
documentation
getx/base_controller.dart
BaseController<T>
initialized property
initialized property
dark_mode
light_mode
initialized
property
bool
get
initialized
inherited
Checks whether the controller has already been initialized.
Implementation
bool get initialized => _initialized;
fast_app package
documentation
getx/base_controller
BaseController<T>
initialized property
BaseController class