StoredCachedRow constructor
const
StoredCachedRow({})
Implementation
const StoredCachedRow({
required this.accountKey,
required this.tableId,
required this.rowKey,
required this.valuesJson,
required this.updatedAt,
});