valueOf static method

ComponentLifecycleEventKind? valueOf(
  1. int value
)

Implementation

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