fromValue static method

KickReason fromValue(
  1. int value
)

Implementation

static KickReason fromValue(int value) =>
    KickReason.values.elementAtOrNull(value) ?? unknown;