-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi,
I saw that toJson methods are disabled for DTOs.
I don't know why you decided this, but it would be better if you added toJson methods too.
I was debugging with breakpoints, and at one point I decided to print the entitlement response to the console to do better and faster debugging. I realize that there is no toJson method for entitlement.dart.
In some cases we might need to store the conversion responses to our databases. ToJson methods would be helpful for that too.
Can I add toJson methods to DTOs?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request