InboxRulesetTestOptions constructor

InboxRulesetTestOptions({
  1. required String testTarget,
})

Returns a new InboxRulesetTestOptions instance.

Implementation

InboxRulesetTestOptions({
  required this.testTarget,
});