future property

Future<File?>? get future

Returns Future completing when this Downloading is finished or canceled.

Implementation

Future<File?>? get future => _completer?.future;