name property

String get name

Implementation

String get name {
  return _valueNames[this] ?? 'Anchor($x, $y)';
}