PosCustomBatchResponse constructor

PosCustomBatchResponse({
  1. List<PosCustomBatchResponseEntry>? entries,
  2. String? kind,
})

Implementation

PosCustomBatchResponse({this.entries, this.kind});