valueOf static method

DeliveryMethod? valueOf(
  1. int value
)

Implementation

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