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