fromOffTag static method

TagType? fromOffTag(
  1. String? offTag
)

Returns the first TagType that matches the offTag.

Implementation

static TagType? fromOffTag(final String? offTag) =>
    OffTagged.fromOffTag(offTag, TagType.values) as TagType?;