TagShorthand.fromTagUri constructor

TagShorthand.fromTagUri(
  1. TagHandle tagHandle,
  2. String suffix
)

Creates a local tag with the tagHandle and suffix.

Implementation

TagShorthand.fromTagUri(TagHandle tagHandle, String suffix)
  : this._(tagHandle, _normalizeLocalTagUri(suffix));