inputs property

Iterable<Object> get inputs

Inputs that have been added by the state under test.

Implementation

Iterable<Object> get inputs => _inputs;