ModularArguments class
Constructors
-
ModularArguments.new({Map<
String, dynamic> params = const {}, dynamic data, required Uri uri}) -
const
- ModularArguments.empty()
-
factory
Properties
- data → dynamic
-
final
- fragment → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
params
→ Map<
String, dynamic> -
final
-
queryParams
→ Map<
String, String> -
no setter
-
queryParamsAll
→ Map<
String, List< String> > -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uri → Uri
-
final
Methods
-
copyWith(
{Map< String, dynamic> ? params, dynamic data, Uri? uri}) → ModularArguments -
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