$$DepartmentsTableUpdateCompanionBuilder typedef

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

Implementation

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