SyncStatus class

Annotations
  • @Entity(tableName: "SyncStatus", indices: [Index(name: "sync_unique", value: ["accountId", "type", "subjectId"], unique: true)])

Constructors

SyncStatus(int? id, String accountId, String type, String subjectId, String checkSum)
SyncStatus.create({required String accountId, required String type, required String subjectId, required String checkSum})

Properties

accountId String
final
checkSum String
final
hashCode int
The hash code for this object.
no setterinherited
id int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subjectId String
final
type 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
withChecksum(String checksum) SyncStatus

Operators

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