errors property
List
get
errors
Implementation
_i2.List<_i2.dynamic> get errors => ((_i4.getProperty(
this,
'errors',
)) as _i2.List)
.cast();
set
errors
(List value)
Implementation
set errors(_i2.List<_i2.dynamic> value) {
_i4.setProperty(
this,
'errors',
value,
);
}