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