fromString static method

DataWedgeConstants fromString(
  1. String value
)

Implementation

static DataWedgeConstants fromString(String value) =>
    DataWedgeConstants.values.firstWhere((e) => e.value == value);