createTBody property

HTMLTableSectionElement Function() createTBody

Implementation

_i3.HTMLTableSectionElement Function() get createTBody =>
    () => _i4.callMethod(
          _i4.getProperty(
            this,
            'createTBody',
          ),
          r'call',
          [this],
        );
void createTBody=(HTMLTableSectionElement value())

Implementation

set createTBody(_i3.HTMLTableSectionElement Function() value) {
  _i4.setProperty(
    this,
    'createTBody',
    _i4.allowInterop(value),
  );
}