createTHead property

HTMLTableSectionElement Function() createTHead

Implementation

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

Implementation

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