InboxForwarderTestOptions constructor
InboxForwarderTestOptions({
- required String testValue,
Returns a new InboxForwarderTestOptions instance.
Implementation
InboxForwarderTestOptions({
required this.testValue,
});