OutboxEvent class
Immutable view of a single outbox row.
Constructors
-
OutboxEvent({required int id, required String localId, required String tableName, required String operation, required Map<
String, dynamic> payload, required String state, required DateTime createdAt, required DateTime clientUpdatedAt, required int attemptCount, DateTime? lastAttemptAt, String? lastError, String? serverId}) -
const
- OutboxEvent.fromRow(Row row)
-
factory
Properties
- attemptCount → int
-
final
- clientUpdatedAt → DateTime
-
final
- createdAt → DateTime
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
final
- lastAttemptAt → DateTime?
-
final
- lastError → String?
-
final
- localId → String
-
final
- operation → String
-
final
-
payload
→ Map<
String, dynamic> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverId → String?
-
final
- state → String
-
final
- tableName → String
-
final
Methods
-
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