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