defaultValue property
String
get
defaultValue
Sets or retrieves the initial contents of the object.
Implementation
_i2.String get defaultValue => _i4.getProperty(
this,
'defaultValue',
);
set
defaultValue
(String value)
Implementation
set defaultValue(_i2.String value) {
_i4.setProperty(
this,
'defaultValue',
value,
);
}