TestNewInboxRulesetOptions constructor

TestNewInboxRulesetOptions({
  1. required InboxRulesetTestOptions inboxRulesetTestOptions,
  2. required CreateInboxRulesetOptions createInboxRulesetOptions,
})

Returns a new TestNewInboxRulesetOptions instance.

Implementation

TestNewInboxRulesetOptions({
  required this.inboxRulesetTestOptions,
  required this.createInboxRulesetOptions,
});