errors property

Iterable<Object> get errors

Errors that have been reported by the state under test.

Implementation

Iterable<Object> get errors => _errors;