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