ServerTransaction class

Inheritance

Constructors

ServerTransaction({required Int64 commitTimestamp, required LSN lsn, required List<Change> changes, String? origin, String? migrationVersion, required Int64? id, Int64? additionalDataRef})

Properties

additionalDataRef → Int64?
final
changes List<Change>
getter/setter pairinherited
commitTimestamp → Int64
finalinherited
hashCode int
The hash code for this object.
no setterinherited
id → Int64?
final
lsn LSN
getter/setter pairinherited
migrationVersion String?
getter/setter pairinherited
origin String?
getter/setter pairinherited
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

Methods

clone() BaseTransaction<Change>
inherited
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