AccountsCustomBatchResponseEntry constructor

AccountsCustomBatchResponseEntry({
  1. Account? account,
  2. int? batchId,
  3. Errors? errors,
  4. String? kind,
})

Implementation

AccountsCustomBatchResponseEntry({
  this.account,
  this.batchId,
  this.errors,
  this.kind,
});