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