fromValue static method

GridMatrixInverse fromValue(
  1. String value
)

Implementation

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