caption property - TableElement class - dart:html library (original) (raw)
TableCaptionElement? getcaption
Implementation
TableCaptionElement? get caption native;
setcaption (TableCaptionElement? value)
Implementation
set caption(TableCaptionElement? value) native;