fromValue static method

Create a DefaultMessageNotificationLevel from an int

Implementation

static DefaultMessageNotificationLevel fromValue(int value) =>
    _enumMap.entries.singleWhere((e) => e.value == value).key;