FrontEndMigration constructor
FrontEndMigration(})
Implementation
FrontEndMigration(
this.id,
{
String? rev,
int? deletionDate,
String? name,
int? startDate,
int? endDate,
FrontEndMigrationStatus? status,
String? logs,
String? userId,
String? startKey,
String? startKeyDocId,
int? processCount,
Set<DecryptedPropertyStub>? properties
}) : rev = rev ?? null,
deletionDate = deletionDate ?? null,
name = name ?? null,
startDate = startDate ?? null,
endDate = endDate ?? null,
status = status ?? null,
logs = logs ?? null,
userId = userId ?? null,
startKey = startKey ?? null,
startKeyDocId = startKeyDocId ?? null,
processCount = processCount ?? null,
properties = properties ?? {};