$$SupplierTableCreateCompanionBuilder typedef
$$SupplierTableCreateCompanionBuilder =
SupplierCompanion Function({required bool active, Value<String?> address, Value<String?> description, required String email, Value<int> id, Value<String?> imagePath, required String name, Value<String?> phone, required int supplierTypeId})
Implementation
typedef $$SupplierTableCreateCompanionBuilder =
SupplierCompanion Function({
Value<int> id,
required String name,
required bool active,
required String email,
Value<String?> address,
Value<String?> phone,
Value<String?> description,
required int supplierTypeId,
Value<String?> imagePath,
});