InboxRulesetTestResult constructor

InboxRulesetTestResult({
  1. Map<String, bool> rulesetMatches = const {},
  2. required bool matches,
})

Returns a new InboxRulesetTestResult instance.

Implementation

InboxRulesetTestResult({
  this.rulesetMatches = const {},
  required this.matches,
});