MapEntry constructor

MapEntry(
  1. AstNode key,
  2. AstNode value
)

Implementation

MapEntry(this.key, this.value);