RequestStack class

Constructors

RequestStack({required StreamSubscription stream, int? replacementId, required UniqueKey id, required BuildContext currentContext, bool runInBackground = false, bool withLoading = false, Route? route, int repeat = 0})

Properties

currentContext BuildContext
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id UniqueKey
getter/setter pair
repeat int
getter/setter pair
replacementId int?
getter/setter pair
route Route?
getter/setter pair
runInBackground bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream StreamSubscription
getter/setter pair
withLoading bool
getter/setter pair

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