FFParameters class

Constructors

FFParameters(GoRouterState state, [Map<String, Future Function(String)> asyncParams = const {}])

Properties

asyncParams → Map<String, Future Function(String)>
final
futureParamValues ↔ Map<String, dynamic>
getter/setter pair
hasFutures → bool
no setter
hashCode → int
The hash code for this object.
no setterinherited
isEmpty → bool
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
state → GoRouterState
final

Methods

completeFutures() → Future<bool>
getParam<T>(String paramName, ParamType type, [bool isList = false]) → dynamic
isAsyncParam(MapEntry<String, dynamic> param) → bool
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