table property
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,
],
);