ariaSetSize property

String? ariaSetSize

Implementation

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

Implementation

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