send property

void Function(List<num>, [num?]) get send

Implementation

void Function(
  _i2.List<_i2.num>, [
  _i2.num?,
]) get send => (
      _i2.List<_i2.num> p0, [
      _i2.num? p1,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'send',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i6.undefined ?? _i6.undefined,
          ],
        );
set send (void value(List<num>, [num?]))

Implementation

set send(
    void Function(
      _i2.List<_i2.num>, [
      _i2.num?,
    ]) value) {
  _i4.setProperty(
    this,
    'send',
    _i4.allowInterop(value),
  );
}