ImportRowError constructor
ImportRowError({
- List<
ImportError> ? errors, - int? rowNumber,
- String? vmName,
- String? vmUuid,
Implementation
ImportRowError({
this.errors,
this.rowNumber,
this.vmName,
this.vmUuid,
});