TagShorthand.primary constructor
TagShorthand.primary(
- String suffix
Creates a local tag with the primary tag handle prefix !.
Implementation
TagShorthand.primary(String suffix)
: this.fromTagUri(TagHandle.primary(), suffix);