pairs property

List<(Expression, Expression)> pairs
final

The pairs in this map.

This is a list of pairs rather than a map because a map may have two keys with the same expression (e.g. (unique-id(): 1, unique-id(): 2)).

Implementation

final List<(Expression, Expression)> pairs;