fromOffTag static method

InsightType? fromOffTag(
  1. String? offTag
)

Returns the first InsightType that matches the offTag.

Implementation

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