SynchronousFuture< T> constructor
Creates a synchronous future.
See also new Future.value.
Implementation
SynchronousFuture(this._value);
Creates a synchronous future.
See also new Future.value.
SynchronousFuture(this._value);