class FbDocumentSnapshot { final String documentId; final Map data; FbDocumentSnapshot( this.documentId, { this.data, }); }