KalamCachedRowsCompanion.insert constructor
KalamCachedRowsCompanion.insert({})
Implementation
KalamCachedRowsCompanion.insert({
required String accountKey,
required String tableId,
required String rowKey,
required String valuesJson,
required DateTime updatedAt,
this.rowid = const Value.absent(),
}) : accountKey = Value(accountKey),
tableId = Value(tableId),
rowKey = Value(rowKey),
valuesJson = Value(valuesJson),
updatedAt = Value(updatedAt);