OptimisticEntry constructor
OptimisticEntry({})
Implementation
OptimisticEntry({
required this.tableName,
required this.type,
required this.primaryKey,
this.oldRowJson,
this.newRowJson,
});
OptimisticEntry({
required this.tableName,
required this.type,
required this.primaryKey,
this.oldRowJson,
this.newRowJson,
});