TestNewInboxForwarderOptions constructor
TestNewInboxForwarderOptions({
- required InboxForwarderTestOptions inboxForwarderTestOptions,
- required CreateInboxForwarderOptions createInboxForwarderOptions,
Returns a new TestNewInboxForwarderOptions instance.
Implementation
TestNewInboxForwarderOptions({
required this.inboxForwarderTestOptions,
required this.createInboxForwarderOptions,
});