getByValue static method
Implementation
static NotificationButtonType getByValue(int value) {
return NotificationButtonType.values.firstWhere((x) => x.value == value);
}
static NotificationButtonType getByValue(int value) {
return NotificationButtonType.values.firstWhere((x) => x.value == value);
}