state property

  1. @override
  2. @protected
StoreCellState<T>? get state
override

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>?;