state property
The current state of the cell, or null if the cell is inactive.
Implementation
@override
@protected
StoreCellState<T>? get state => super.state as StoreCellState<T>?;
The current state of the cell, or null if the cell is inactive.
@override
@protected
StoreCellState<T>? get state => super.state as StoreCellState<T>?;