inputs property

Iterable<Input> inputs

Implementation

Iterable<Input> get inputs =>
    genes.whereType<Input>();