customState property

  1. @override
ValueStream customState
override

A stream of custom states.

Implementation

@override
ValueStream<dynamic> get customState => _inner.customState;