menu
live_cells_core package
documentation
live_cells_core.dart
StoreCell<T>
changesOnly property
changesOnly property
dark_mode
light_mode
changesOnly
property
bool
changesOnly
final
Should the observers only be notified if this cell's value has changed?
Implementation
final bool changesOnly;
live_cells_core package
documentation
live_cells_core
StoreCell<T>
changesOnly property
StoreCell class