toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final targetRestrictionOperations = this.targetRestrictionOperations;
final targetRestrictions = this.targetRestrictions;
return {
'targetRestrictionOperations': ?targetRestrictionOperations,
'targetRestrictions': ?targetRestrictions,
};
}