querySnapshot = _firestore.collection('exercise').snapshots(); //hier kein null Stream<List<Exercise>> test = querySnapshot.map((document) ...
確定! 回上一頁