1
void _newMessage(fb.QueryEvent event) {
fb.DataSnapshot d = event.snapshot;
// here want to process each of child of d
}
私はd.forEach()を使うべきだと思います。 Dartを使ってDataSnapshotの子を反復する例がありますか?ダーツを使用してDataSnapshotを反復する