SynchronousFuture(T _value)

Creates a synchronous future.

See also new Future.value.

Source

SynchronousFuture(this._value);