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