InboxForwarderTestOptions constructor

InboxForwarderTestOptions({
  1. required String testValue,
})

Returns a new InboxForwarderTestOptions instance.

Implementation

InboxForwarderTestOptions({
  required this.testValue,
});