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