fromValue static method

NGSimulScanMode fromValue(
  1. String value
)

Implementation

static NGSimulScanMode fromValue(String value) =>
    NGSimulScanMode.values.firstWhere((e) => e.value == value);