valueOf static method

KickReason? valueOf(
  1. int value
)

Implementation

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