valueOf static method

FFAppEvent_FFAppEventScope? valueOf(
  1. int value
)

Implementation

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