This is how I would do it import 'package:cloud_firestore/cloud_firestore.dart'; class User { final String userName; final String email; ...
確定! 回上一頁