table property

void Function([dynamic, List<String>?]) get table

Implementation

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

Implementation

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