Replication<TransactionType> constructor
Replication<TransactionType> ({})
Implementation
Replication({
required this.authenticated,
required this.isReplicating,
required this.relations,
required this.transactions,
this.lastLsn,
});