valueOf static method

FFImage_FFImageFormat? valueOf(
  1. int value
)

Implementation

static FFImage_FFImageFormat? valueOf($core.int value) =>
    value < 0 || value >= _byValue.length ? null : _byValue[value];