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