menu
powersync_sqlcipher package
documentation
powersync.dart
CrudEntry
CrudEntry constructor
CrudEntry constructor
dark_mode
light_mode
CrudEntry
constructor
CrudEntry
(
int
clientId
,
UpdateType
op
,
String
table
,
String
id
,
int
?
transactionId
,
Map
<
String
,
dynamic
>
?
opData
,
)
Implementation
CrudEntry(this.clientId, this.op, this.table, this.id, this.transactionId, this.opData);
powersync_sqlcipher package
documentation
powersync
CrudEntry
CrudEntry constructor
CrudEntry class