localTag property

String? localTag
final

A ResolvedTag reverted back to its TagShorthand form.

When this is built, the underlying resolved tag is always (set to) null. This is because an TreeNode strips a node back to a "lexed" state but without the indent information.

Implementation

final String? localTag;