updateWith property
void Function(Object)
get
updateWith
Implementation
void Function(_i2.Object) get updateWith => (_i2.Object p0) => _i4.callMethod(
_i4.getProperty(
this,
'updateWith',
),
r'call',
[
this,
p0,
],
);
set
updateWith
(void value(Object))
Implementation
set updateWith(void Function(_i2.Object) value) {
_i4.setProperty(
this,
'updateWith',
_i4.allowInterop(value),
);
}