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