<itemvalue="not auto play audio after download complete when other audio is playing."/>
<itemvalue="Convenience method to index the field. If you would like to create a composite index instead, see: Index. Returns: True if this field should be indexed, false otherwise. Defaults to false."/>
@ -46,19 +54,11 @@
<itemvalue="refactor platform_generator according to https:github.comdart-langsdkissues34539issuecomment-423589192"/>
<itemvalue="Return the semicolon terminating the directive."/>
<itemvalue="Creates a sorted list of the elements of the iterable. The elements are ordered by the natural ordering of the property [keyOf] of the element."/>
<itemvalue="warning when import origin platform code source file directly."/>
<itemvalue="use lakos to warning when import origin platform code source file directly."/>
<itemvalue="Return a list containing all of the directives and declarations in this compilation unit, sorted in lexical order."/>
<itemvalue="Return the script tag at the beginning of the compilation unit, or `null` if there is no script tag in this compilation unit."/>
<itemvalue="Return the directives contained in this compilation unit."/>
<itemvalue="AST structure has not been resolved."/>
<itemvalue="Return the declarations contained in this compilation unit."/>
<itemvalue="A compilation unit. While the grammar restricts the order of the directives and declarations within a compilation unit, this class does not enforce those restrictions. In particular, the children of a compilation unit will be visited in lexical order even if lexical order does not conform to the restrictions of the grammar. compilationUnit ::= directives declarations directives ::= [ScriptTag]? [LibraryDirective]? namespaceDirective [PartDirective] | [PartOfDirective] namespaceDirective ::= [ImportDirective] | [ExportDirective] declarations ::= [CompilationUnitMember] Clients may not extend, implement or mix-in this class."/>