key property

  1. @override
ExpressionImpl key
override

Return the expression computing the key of the entry to be matched.

Implementation

@override
ExpressionImpl get key => _key;
void key=(ExpressionImpl key)

Implementation

set key(ExpressionImpl key) {
  _key = _becomeParentOf(key);
}