NetworkHttpRequest class
- Available extensions
Constructors
- NetworkHttpRequest({required NetworkHttp http})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- http → NetworkHttp
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
request(
String url, Map< String, dynamic> params, {required NetworkMethodType method, bool absoluteUrl = false, bool isRawResponse = false, bool isSimpleResponse = false, bool isNeedAutoSetupDeviceInfo = true, bool isUseMemoryCache = false, String? cacheKey, Map<String, String> ? customHeaders, List<String> ? ignoreErrorCodes}) → Future<Map< String, dynamic> > -
Available on NetworkHttpRequest, provided by the RequestsEx extension
Http request. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited