TagShorthand.secondary constructor

TagShorthand.secondary(
  1. String suffix
)

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

Implementation

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