Replication<TransactionType> class

Implementers

Constructors

Replication({required bool authenticated, required ReplicationStatus isReplicating, required Map<int, Relation> relations, required List<TransactionType> transactions, LSN? lastLsn})

Properties

authenticated bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isReplicating ReplicationStatus
getter/setter pair
lastLsn LSN?
getter/setter pair
relations Map<int, Relation>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactions List<TransactionType>
getter/setter pair

Methods

clone() Replication<TransactionType>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited