valueOf static method

CountryCodeType? valueOf(
  1. int value
)

Implementation

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