TestNewInboxForwarderOptions constructor

TestNewInboxForwarderOptions({
  1. required InboxForwarderTestOptions inboxForwarderTestOptions,
  2. required CreateInboxForwarderOptions createInboxForwarderOptions,
})

Returns a new TestNewInboxForwarderOptions instance.

Implementation

TestNewInboxForwarderOptions({
  required this.inboxForwarderTestOptions,
  required this.createInboxForwarderOptions,
});