ariaRowCount property

String? ariaRowCount

Implementation

String? get ariaRowCount => js_util.getProperty(this, 'ariaRowCount');
void ariaRowCount=(String? newValue)

Implementation

set ariaRowCount(String? newValue) {
  js_util.setProperty(this, 'ariaRowCount', newValue);
}