ariaRowCount property

String? ariaRowCount

Implementation

_i2.String? get ariaRowCount => _i4.getProperty(
      this,
      'ariaRowCount',
    );
void ariaRowCount=(String? value)

Implementation

set ariaRowCount(_i2.String? value) {
  _i4.setProperty(
    this,
    'ariaRowCount',
    value ?? _i6.undefined,
  );
}