AsyncTypes class
This class contains dart:async bridge type specs for convenience
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- completer → const BridgeTypeSpec
- Bridge type spec for $Completer
- streamController → const BridgeTypeSpec
- Bridge type spec for $StreamController
- streamSink → const BridgeTypeSpec
- Bridge type spec for $StreamSink
- streamSubscription → const BridgeTypeSpec
- Bridge type spec for $StreamSubscription
- streamTransformer → const BridgeTypeSpec
- Bridge type spec for $StreamTransformer
- streamView → const BridgeTypeSpec
- Bridge type spec for $StreamView
- timer → const BridgeTypeSpec
-
Bridge type spec for
$Timer
- zone → const BridgeTypeSpec
-
Bridge type spec for
$Zone