On this page
defaultValue property
String defaultValueSource
@DomName('HTMLInputElement.defaultValue')
@DocsEditable()
String get defaultValue =>
_blink.BlinkHTMLInputElement.instance.defaultValue_Getter_(this);
void defaultValue=(Source
@DomName('HTMLInputElement.defaultValue')
@DocsEditable()
set defaultValue(String value) =>
_blink.BlinkHTMLInputElement.instance.defaultValue_Setter_(this, value);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/InputElement/defaultValue.html