caption property
HTMLTableCaptionElement?
get
caption
Implementation
HTMLTableCaptionElement? get caption => js_util.getProperty(this, 'caption');
set
caption
( )
Implementation
set caption(HTMLTableCaptionElement? newValue) {
js_util.setProperty(this, 'caption', newValue);
}