ariaValueMax property

String? ariaValueMax

Implementation

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

Implementation

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