SynchronousFuture<T> constructor

SynchronousFuture<T>(T _value)

Creates a synchronous future.

See also new Future.value.

Implementation

SynchronousFuture(this._value);