ReplicationDto constructor
ReplicationDto({})
Returns a new ReplicationDto instance.
Implementation
ReplicationDto({
required this.id,
this.rev,
this.deletionDate,
this.name,
this.context,
this.databaseSynchronizations = const [],
});