fromOffTag static method

Level? fromOffTag(
  1. String? offTag
)
override

Returns the first Level that matches the offTag.

Implementation

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