defaultValue property

String defaultValue

Sets or retrieves the initial contents of the object.

Implementation

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

Implementation

set defaultValue(_i2.String value) {
  _i4.setProperty(
    this,
    'defaultValue',
    value,
  );
}