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