TestNewInboxRulesetOptions constructor
TestNewInboxRulesetOptions({
- required InboxRulesetTestOptions inboxRulesetTestOptions,
- required CreateInboxRulesetOptions createInboxRulesetOptions,
Returns a new TestNewInboxRulesetOptions instance.
Implementation
TestNewInboxRulesetOptions({
required this.inboxRulesetTestOptions,
required this.createInboxRulesetOptions,
});