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