ListNotificationRulesFilter constructor

ListNotificationRulesFilter(
  1. {required ListNotificationRulesFilterName name,
  2. required String value}
)

Implementation

ListNotificationRulesFilter({
  required this.name,
  required this.value,
});