Returns the first Level that matches the offTag.
offTag
static Level? fromOffTag(final String? offTag) => OffTagged.fromOffTag(offTag, Level.values) as Level?;