fromValue static method
Implementation
static DotCodeMirror fromValue(String value) =>
DotCodeMirror.values.firstWhere((e) => e.value == value);
static DotCodeMirror fromValue(String value) =>
DotCodeMirror.values.firstWhere((e) => e.value == value);