matchesState<S extends BlocState> method
Returns true if this status is for the given state type.
Implementation
bool matchesState<S extends BlocState>() => this is StreamStatus<S>;
Returns true if this status is for the given state type.
bool matchesState<S extends BlocState>() => this is StreamStatus<S>;