fromValue static method

KickReason fromValue(
  1. dynamic value
)

Implementation

static KickReason fromValue(dynamic value) {
  ensureInitialized();
  return MapperContainer.globals.fromValue(value);
}