valueOf static method

Customer_Type? valueOf(
  1. int value
)

Implementation

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