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