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