name property
String
get
name
Returns a string representation of this Anchor.
This should only be used for serialization purposes.
Implementation
String get name {
return _valueNames[this] ?? 'Anchor($x, $y)';
}