defaultValue property

String defaultValue

Source

@DomName('HTMLOutputElement.defaultValue')
@DocsEditable()
String get defaultValue =>
    _blink.BlinkHTMLOutputElement.instance.defaultValue_Getter_(this);
void defaultValue=(String value)

Source

@DomName('HTMLOutputElement.defaultValue')
@DocsEditable()
set defaultValue(String value) =>
    _blink.BlinkHTMLOutputElement.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/OutputElement/defaultValue.html