Flutter
stream_channel
Disconnector
<
T
>
isDisconnected property
isDisconnected
isDisconnected
property
Null safety
bool
isDisconnected
Whether
disconnect
has been called.
Implementation
bool get isDisconnected => _disconnectMemo.hasRun;
Flutter
stream_channel
Disconnector
<
T
>
isDisconnected property
Disconnector class
Constructors
Disconnector
Properties
hashCode
isDisconnected
runtimeType
Methods
bind
disconnect
noSuchMethod
toString
Operators
operator ==