I need to print startTime form this Map of decodedData. I am new to flutter . I need startTime so that I can show the time slots for availability.
Map decodedData = { "sts" : "SUCCESS", "data" : [{
"startTime": 1665392445000,
"between": 1665414045000
},
{
"startTime": 1665414045000,
"between": 1665414045000
},
]};