entries property

List<List<AST>> entries
final

Entries of the map, each a [key, value] pair.

Implementation

final List<List<AST>> entries;