createTFoot property

HTMLTableSectionElement Function() createTFoot

Implementation

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

Implementation

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