initialValue property

String? get initialValue

Implementation

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

Implementation

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