DocumentMapper<T> typedef

T DocumentMapper (DocumentSnapshot document)

Implementation

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