NodeTag<T> constructor
NodeTag<T> (
- SpecificTag<
T> resolvedTag, { - TagShorthand? suffix,
- bool isGeneric = true,
Implementation
NodeTag(this.resolvedTag, {TagShorthand? suffix, this.isGeneric = true})
: verbatim = _formatAsVerbatim(
resolvedTag,
suffix?.content ?? '',
suffixIsNonSpecific: suffix?.isNonSpecific ?? false,
),
hasGlobalTag = resolvedTag is GlobalTag,
suffix = suffix ?? resolvedTag as TagShorthand;