isDraining property

bool get isDraining

Whether the node is draining: still serving downloads, taking no writes.

Implementation

bool get isDraining => _draining;