nodes property

Iterable<Node> get nodes

Implementation

Iterable<Node> get nodes =>
    genes.whereType<Node>();