valueOf static method

UsageCostType? valueOf(
  1. int value
)

Implementation

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