PubDevClientInvokeParameters class
Constructors
Properties
- durationTimeOut → Duration
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isThrowOnError → bool
-
final
- parameters → Map
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- urlPathScheme → String
-
final
-
urlQueryParameters
→ Map<
String, dynamic> ? -
final
- userAgent → String
-
final
Methods
-
copyWith(
{Map? parameters, String? urlPathScheme, Map< String, dynamic> ? urlQueryParameters, String? userAgent, bool? isThrowOnError, Duration? durationTimeOut}) → PubDevClientInvokeParameters -
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