InboxForwarderTestResult constructor

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

Returns a new InboxForwarderTestResult instance.

Implementation

InboxForwarderTestResult({
  this.matches = const {},
  required this.doesMatch,
});