| // Copyright 2022 The Flutter Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd. |
| |
| const $bool = null; |
| const bool$ = null; |
| const $num = null; |
| const num$ = null; |
| const $int = null; |
| const int$ = null; |
| const $double = null; |
| const double$ = null; |
| const $dynamic = null; |
| const dynamic$ = null; |
| const $true = null; |
| const true$ = null; |
| const $false = null; |
| const false$ = null; |
| const $null = null; |
| const null$ = null; |
| const $this = null; |
| const this$ = null; |
| const $super = null; |
| const super$ = null; |
| const $as = null; |
| const as$ = null; |
| const $try = null; |
| const try$ = null; |
| const $on = null; |
| const on$ = null; |
| const $catch = null; |
| const catch$ = null; |
| const $finally = null; |
| const finally$ = null; |
| const $throw = null; |
| const throw$ = null; |
| const $rethrow = null; |
| const rethrow$ = null; |
| const $break = null; |
| const break$ = null; |
| const $case = null; |
| const case$ = null; |
| const $continue = null; |
| const continue$ = null; |
| const $default = null; |
| const default$ = null; |
| const $do = null; |
| const do$ = null; |
| const $else = null; |
| const else$ = null; |
| const $for = null; |
| const for$ = null; |
| const $if = null; |
| const if$ = null; |
| const $in = null; |
| const in$ = null; |
| const $return = null; |
| const return$ = null; |
| const $switch = null; |
| const switch$ = null; |
| const $while = null; |
| const while$ = null; |
| const $sync = null; |
| const sync$ = null; |
| const $async = null; |
| const async$ = null; |
| const $await = null; |
| const await$ = null; |
| const $yield = null; |
| const yield$ = null; |
| const $assert = null; |
| const assert$ = null; |
| const $new = null; |
| const new$ = null; |
| const $abstract = null; |
| const abstract$ = null; |
| const $class = null; |
| const class$ = null; |
| const $enum = null; |
| const enum$ = null; |
| const $extends = null; |
| const extends$ = null; |
| const $extension = null; |
| const extension$ = null; |
| const $external = null; |
| const external$ = null; |
| const $factory = null; |
| const factory$ = null; |
| const $implements = null; |
| const implements$ = null; |
| const $get = null; |
| const get$ = null; |
| const $mixin = null; |
| const mixin$ = null; |
| const $native = null; |
| const native$ = null; |
| const $operator = null; |
| const operator$ = null; |
| const $set = null; |
| const set$ = null; |
| const $typedef = null; |
| const typedef$ = null; |
| const $with = null; |
| const with$ = null; |
| const $covariant = null; |
| const covariant$ = null; |
| const $static = null; |
| const static$ = null; |
| const $final = null; |
| const final$ = null; |
| const $const = null; |
| const const$ = null; |
| const $required = null; |
| const required$ = null; |
| const $late = null; |
| const late$ = null; |
| const $void = null; |
| const void$ = null; |
| const $var = null; |
| const var$ = null; |
| const $is = null; |
| const is$ = null; |