CatalogImportStatus constructor

CatalogImportStatus({
  1. bool? importCompleted,
  2. DateTime? importTime,
  3. String? importedBy,
})

Implementation

CatalogImportStatus({
  this.importCompleted,
  this.importTime,
  this.importedBy,
});