Your Stream type is List<Map<String, dynamic>> so your AsyncSnapshot return a List than you can parse with a forEach. Each data here is a ...
確定! 回上一頁