$$BookTableUpdateCompanionBuilder typedef
$$BookTableUpdateCompanionBuilder =
BookCompanion Function({Value<String> code, Value<String?> description, Value<int> id, Value<String?> imagePath, Value<bool> locked, Value<String?> note, Value<bool> published, Value<int> seqNum, Value<String> title})
Implementation
typedef $$BookTableUpdateCompanionBuilder =
BookCompanion Function({
Value<int> id,
Value<String> code,
Value<String> title,
Value<int> seqNum,
Value<bool> published,
Value<bool> locked,
Value<String?> imagePath,
Value<String?> description,
Value<String?> note,
});