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