How to parse json with a variable as any type cast in flutter dart
Below is my JSON that i am getting in api response. I want to parse below json in flutter dart using json_serializable. [ { "id": 1, "email": "[email protected]", "gender": "Female", "ip_address": "101.34.28.146", "name": "Gerry", "retro": true }, { "id": 2,…