toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final create = this.create;
  final exemptPolicyViolationKeys = this.exemptPolicyViolationKeys;
  final remove = this.remove;
  return {
    'create': ?create,
    'exemptPolicyViolationKeys': ?exemptPolicyViolationKeys,
    'remove': ?remove,
  };
}