menu
live_cells_core package
documentation
live_cells_internals.dart
StatefulCell<T>
hasState property
hasState property
dark_mode
light_mode
hasState
property
bool
get
hasState
Does this cell have a state?
Implementation
bool get hasState => _getState() != null;
live_cells_core package
documentation
live_cells_internals
StatefulCell<T>
hasState property
StatefulCell class