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