forValue static method

ParseMode forValue(
  1. String value
)

Implementation

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