valueOf static method

AgeGroup? valueOf(
  1. int value
)

Implementation

static AgeGroup? valueOf($core.int value) => _byValue[value];