GlobalTag<T>.fromTagShorthand constructor
GlobalTag<T>.fromTagShorthand (
- TagHandle tagHandle,
- TagShorthand tag
Creates a global tag whose prefix is a TagShorthand.
Implementation
GlobalTag.fromTagShorthand(super.tagHandle, super.tag)
: super.fromTagShorthand();