forValue static method

UpdateType forValue(
  1. String value
)

Get the object from string

Implementation

static UpdateType forValue(String value) => UpdateType.values[value]!;