How to convert this JSON string to a custom data type?

Custom Code

I have a custom action that returns a JSON string in the following format

[{"MessageID":"xx", "MessageTime":"12pm", "MessageSender":"COMBANK", "MessageBody":"Hi"}]

I would like to know how I could convert this into a custom data type that i could use to bind with an app state variable later on.

What have you tried so far?

i've tried reading the documentaion on custom codes and custom actions but i do not understand it ๐Ÿ˜ข

Did you check FlutterFlow's Documentation for this topic?
Yes
2
4 replies