ProductsCustomBatchResponse constructor
ProductsCustomBatchResponse({
- List<
ProductsCustomBatchResponseEntry> ? entries, - String? kind,
Implementation
ProductsCustomBatchResponse({this.entries, this.kind});