$$DepartmentsTableUpdateCompanionBuilder typedef
Implementation
typedef $$DepartmentsTableUpdateCompanionBuilder =
DepartmentsCompanion Function({
Value<int> id,
Value<DateTime?> fetchedAt,
Value<String> code,
Value<String> nameZh,
});