createTHead property
HTMLTableSectionElement Function()
get
createTHead
Implementation
_i3.HTMLTableSectionElement Function() get createTHead =>
() => _i4.callMethod(
_i4.getProperty(
this,
'createTHead',
),
r'call',
[this],
);
set
createTHead
(HTMLTableSectionElement value())
Implementation
set createTHead(_i3.HTMLTableSectionElement Function() value) {
_i4.setProperty(
this,
'createTHead',
_i4.allowInterop(value),
);
}