ImportRowError constructor

ImportRowError({
  1. List<ImportError>? errors,
  2. int? rowNumber,
  3. String? vmName,
  4. String? vmUuid,
})

Implementation

ImportRowError({
  this.errors,
  this.rowNumber,
  this.vmName,
  this.vmUuid,
});