valueOf static method

RADType? valueOf(
  1. int value
)

Implementation

static RADType? valueOf(int value) => _byValue[value];