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