NetworkConfigMixin mixin

Properties

baseUrl String
no setter
basicHeaders Map<String, String>
no setter
businessPlatform String
no setter
deviceSource String
no setter
hashCode int
The hash code for this object.
no setterinherited
netRequestFailedTips String
no setter
requestHeaders Map<String, String>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

debugJsonParseForIos(Map<String, String> headers, String debugJson) Map<String, dynamic>
debugJsonParseForNormal(Map<String, String> headers, String path, String debugJson) → Response
fromJsonAsT<T>(dynamic json) → T?
iosRequestPrint(String method, String urlString, Map<String, String> headers, {dynamic parameters}) → void
iosResponsePrint(String method, String urlString, Map<String, String> headers, Map response, {dynamic parameters}) → void
netRequestSuccess(int code, String message, String urlString) → void
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