Returns the anchor name if this token is anchored.
For tokens with anchors (e.g., &anchor value), returns the anchor name. Returns null if no anchor is present.
&anchor value
null
@override String? getAnchor() => _currentAnchor;