valueOf static method

TransType? valueOf(
  1. int value
)

Implementation

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