InstallProgressDTO constructor

const InstallProgressDTO({
  1. String? type,
  2. String? currentStep,
  3. DateTime? modifiedDate,
})

Implementation

const InstallProgressDTO({
  this.type,
  this.currentStep,
  this.modifiedDate,
});