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