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