isDraining property
bool
get
isDraining
Whether the node is draining: still serving downloads, taking no writes.
Implementation
bool get isDraining => _draining;
Whether the node is draining: still serving downloads, taking no writes.
bool get isDraining => _draining;