error property

dynamic get error

Optional error encountered while loading the test.

Note that this is not a test result and should only be used to represent errors in test discovery, such as syntax errors.

Implementation

_i2.dynamic get error => _i5.getProperty(
      this,
      'error',
    );
set error (dynamic value)

Implementation

set error(_i2.dynamic value) {
  _i5.setProperty(
    this,
    'error',
    value,
  );
}