$$ServicesTableUpdateCompanionBuilder typedef
$$ServicesTableUpdateCompanionBuilder =
ServicesCompanion Function({Value<String?> created, Value<Map<String, dynamic> > data, Value<String> id, Value<int> rowid, Value<String> service, Value<String?> updated})
Implementation
typedef $$ServicesTableUpdateCompanionBuilder = ServicesCompanion Function({
Value<String> id,
Value<Map<String, dynamic>> data,
Value<String> service,
Value<String?> created,
Value<String?> updated,
Value<int> rowid,
});