DocumentMapper<T> typedef

DocumentMapper<T> = T? Function(DocumentSnapshot document)

Implementation

typedef DocumentMapper<T> = T? Function(DocumentSnapshot document);