$isActive property

bool get $isActive

Implementation

bool get $isActive =>
    $pool != null && $pool!.nodes.any((i) => identical(i, this));