fetchDocument property

Future<T?> Function() fetchDocument
final

A function that returns a future of the document.

Implementation

final Future<T?> Function() fetchDocument;