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