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