isDraining property
bool
get
isDraining
Whether the peer has initiated a drain.
Implementation
bool get isDraining => _state.isDraining;
Whether the peer has initiated a drain.
bool get isDraining => _state.isDraining;