Flutter
foundation
SynchronousFuture
SynchronousFuture
SynchronousFuture
Flutter
foundation
SynchronousFuture
SynchronousFuture
constructor
SynchronousFuture
Source
Flutter
foundation
SynchronousFuture
Constructors
SynchronousFuture
Properties
hashCode
runtimeType
Operators
operator ==
Methods
asStream
catchError
then
timeout
whenComplete
noSuchMethod
toString
SynchronousFuture
(
T
_value
)
Creates a synchronous future.
See also
new Future.value
.
Source
SynchronousFuture(this._value);