currentValue property

String currentValue

Implementation

_i2.String get currentValue => _i6.getProperty(
      this,
      'currentValue',
    );
void currentValue=(String value)

Implementation

set currentValue(_i2.String value) {
  _i6.setProperty(
    this,
    'currentValue',
    value,
  );
}