currentStatus property

  1. @protected
ChannelStatus? currentStatus

Gives the current status of the state.

Implementation

@protected
ChannelStatus? get currentStatus => state?.status;