fromOffTag static method

TaxonomyName? fromOffTag(
  1. String? offTag
)

Returns the TaxonomyName that matches the offTag.

Implementation

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