outputs property

Iterable<Object> get outputs

Outputs that have been produced by the state under test.

Implementation

Iterable<Object> get outputs => _outputs;