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