ariaValueMin property
String?
get
ariaValueMin
Implementation
_i2.String? get ariaValueMin => _i4.getProperty(
this,
'ariaValueMin',
);
set
ariaValueMin
(String? value)
Implementation
set ariaValueMin(_i2.String? value) {
_i4.setProperty(
this,
'ariaValueMin',
value ?? _i6.undefined,
);
}