menu
base_api package
documentation
api/base_super_controller.dart
BaseSuperController<T>
isClosed property
isClosed property
dark_mode
light_mode
isClosed
property
bool
get
isClosed
inherited
Checks whether the controller has already been closed.
Implementation
bool get isClosed => _isClosed;
base_api package
documentation
api/base_super_controller
BaseSuperController<T>
isClosed property
BaseSuperController class