Converting database keys in toJson from camelCase to snake_case · Issue #3001 · simolus3/drift
I have many classes and each class has many fields all written in camelCase. Now when you run the build, the toJson method that is created has the keys in camelCase. I would like to know if there i...