GlobalTag<T>.fromTagShorthand constructor

GlobalTag<T>.fromTagShorthand(
  1. TagHandle tagHandle,
  2. TagShorthand tag
)

Creates a global tag whose prefix is a TagShorthand.

Implementation

GlobalTag.fromTagShorthand(super.tagHandle, super.tag)
  : super.fromTagShorthand();