menu
base_api package
documentation
refresh_api/base_refresh_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
refresh_api/base_refresh_controller
BaseSuperController<T>
isClosed property
BaseSuperController class