async property
bool asyncSource
@DomName('HTMLScriptElement.async') @DocsEditable() bool get async => _blink.BlinkHTMLScriptElement.instance.async_Getter_(this);void async=(
Source
@DomName('HTMLScriptElement.async') @DocsEditable() set async(bool value) => _blink.BlinkHTMLScriptElement.instance.async_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/ScriptElement/async.html