menu
angulardart_compiler package
documentation
v1/src/compiler/expression_parser/ast.dart
LiteralMap
entries property
entries property
dark_mode
light_mode
entries
property
List
<
List
<
AST
>
>
entries
final
Entries of the map, each a
[key, value]
pair.
Implementation
final List<List<AST>> entries;
angulardart_compiler package
documentation
v1/src/compiler/expression_parser/ast
LiteralMap
entries property
LiteralMap class