FrontEndMigrationDto constructor
FrontEndMigrationDto({})
Returns a new FrontEndMigrationDto instance.
Implementation
FrontEndMigrationDto({
required this.id,
this.rev,
this.deletionDate,
this.name,
this.startDate,
this.endDate,
this.status,
this.logs,
this.userId,
this.startKey,
this.startKeyDocId,
this.processCount,
this.properties = const {},
});