createTagged abstract method

T createTagged(
  1. String? tag
)

Creates instance of T with provided tag value.

Implementation

T createTagged(String? tag);