errors property

List errors

Implementation

_i2.List<_i2.dynamic> get errors => ((_i4.getProperty(
      this,
      'errors',
    )) as _i2.List)
        .cast();
void errors=(List value)

Implementation

set errors(_i2.List<_i2.dynamic> value) {
  _i4.setProperty(
    this,
    'errors',
    value,
  );
}