Hi There,
Good Day,
From an API call i am getting a list of objects as JSON, i have created a custom datatype for the same in flutterflow. My JSON file has few Timestamp and LatLng columns with values ex: "2024-11-22 03:43:01.937000+00:00" and LatLng(lat: 87.3806535, lng: 68.5601587).
These are coming in string format from JSON, and when i am assigning
API Response JSON Body -> To DataType -> MyCustomDataType.
The Timestamp and LatLng columns are going as string DataType, I would rather want to store them as their specific DataType.
Any Suggestions/Workarounds to achieve this?
Thanks in advance for your time and effort spent on this issue.