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