DelegatingFuture<T> constructor Null safety

DelegatingFuture<T>(
  1. Future<T> _future
)

Implementation

DelegatingFuture(this._future);