ariaRowIndex property
String?
get
ariaRowIndex
Implementation
_i2.String? get ariaRowIndex => _i4.getProperty(
this,
'ariaRowIndex',
);
set
ariaRowIndex
(String? value)
Implementation
set ariaRowIndex(_i2.String? value) {
_i4.setProperty(
this,
'ariaRowIndex',
value ?? _i6.undefined,
);
}