ariaColIndexText property

String? ariaColIndexText

Implementation

String? get ariaColIndexText => js_util.getProperty(this, 'ariaColIndexText');
void ariaColIndexText=(String? newValue)

Implementation

set ariaColIndexText(String? newValue) {
  js_util.setProperty(this, 'ariaColIndexText', newValue);
}