toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  final json = <String, dynamic>{};
    json[r'inboxRulesetTestOptions'] = this.inboxRulesetTestOptions;
    json[r'createInboxRulesetOptions'] = this.createInboxRulesetOptions;
  return json;
}