LiasettingsCustomBatchResponse constructor

LiasettingsCustomBatchResponse({
  1. List<LiasettingsCustomBatchResponseEntry>? entries,
  2. String? kind,
})

Implementation

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