PubDevClientInvokeParameters class

Constructors

PubDevClientInvokeParameters({required Map parameters, required String urlPathScheme, required Map<String, dynamic>? urlQueryParameters, required bool isThrowOnError, required String? userAgent, required Duration? durationTimeOut})

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