fromOffTag static method

PerSize? fromOffTag(
  1. String? offTag
)
override

Returns the first PerSize that matches the offTag.

Implementation

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