ReplicationInfoDto constructor
ReplicationInfoDto({})
Returns a new ReplicationInfoDto instance.
Implementation
ReplicationInfoDto({
required this.active,
required this.running,
this.pendingFrom,
this.pendingTo,
});