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