fromValue static method

Implementation

static UpdatePriorityDetailsIconUrl fromValue(String value) =>
    values.firstWhere((e) => e.value == value,
        orElse: () => UpdatePriorityDetailsIconUrl._(value));