newValue property

String? newValue

Implementation

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

Implementation

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