fromOffTag static method

ImageField? fromOffTag(
  1. String? offTag
)
override

Returns the first ImageField that matches the offTag.

Implementation

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