fromValue static method

GridMatrixMirror fromValue(
  1. String value
)

Implementation

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