TagShorthand.primary constructor

TagShorthand.primary(
  1. String suffix
)

Creates a local tag with the primary tag handle prefix !.

Implementation

TagShorthand.primary(String suffix)
  : this.fromTagUri(TagHandle.primary(), suffix);