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