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