valueOf static method

RefundType? valueOf(
  1. int value
)

Implementation

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