fromValue static method

Implementation

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