ArgumentsWrapper class
Constructors
- ArgumentsWrapper({NyArgument? baseArguments, NyQueryParameters? queryParameters, PageTransitionType? pageTransitionType, String? prefix, PageTransitionSettings? pageTransitionSettings})
Properties
- baseArguments ↔ NyArgument?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pageTransitionSettings ↔ PageTransitionSettings?
-
getter/setter pair
- pageTransitionType ↔ PageTransitionType?
-
getter/setter pair
- prefix ↔ String?
-
getter/setter pair
- queryParameters ↔ NyQueryParameters?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{NyArgument? baseArguments, NyQueryParameters? queryParameters, PageTransitionType? pageTransitionType}) → ArgumentsWrapper -
getData(
) → dynamic - Get the data from the baseArguments
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited