fromValue static method

PickList fromValue(
  1. String value
)

Implementation

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