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