ariaValueNow property

String? ariaValueNow

Implementation

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

Implementation

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