UTerminalImportResponse constructor

UTerminalImportResponse({
  1. int? totalRows,
  2. int? imported,
  3. int? skipped,
  4. List<String>? skippedSerials,
})

Implementation

UTerminalImportResponse({
  this.totalRows,
  this.imported,
  this.skipped,
  this.skippedSerials,
});