key property

  1. @override
ExpressionImpl key
override

Return the expression computing the key with which the value will be associated.

Implementation

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

Implementation

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