result property

Future<R> get result

The cached result from call.

Implementation

Future<R> get result => _completer.future;