pending property
bool?
get
pending
Implementation
_i2.bool? get pending => _i4.getProperty(
this,
'pending',
);
set
pending
(bool? value)
Implementation
set pending(_i2.bool? value) {
_i4.setProperty(
this,
'pending',
value ?? _i6.undefined,
);
}