state property

T? state

A current state of this channel

Implementation

T? get state => _currentState;