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