PNetworkOptionsImpl class

Inheritance
  • Object
  • PNetworkOptions
  • PNetworkOptionsImpl

Constructors

PNetworkOptionsImpl({required String baseUrl, required String baseUrlAsset, String? mqttUrl, int? mqttPort, dynamic errorInterceptor(DioException)?, bool loggingEnable = true, bool loggingrequestHeader = false, bool loggingrequestBody = true, bool loggingresponseBody = true, bool loggingresponseHeader = false, bool loggingerror = true, bool loggingcompact = true, int loggingmaxWidth = 120, String? responsePrefixData, bool responseIsSuccess(NetworkResponse response)?})

Properties

baseUrl String
finalinherited
baseUrlAsset String
finalinherited
errorInterceptor → dynamic Function(DioException)?
final
hashCode int
The hash code for this object.
no setterinherited
loggingcompact bool
final
loggingEnable bool
final
loggingerror bool
final
loggingmaxWidth int
final
loggingrequestBody bool
final
loggingrequestHeader bool
final
loggingresponseBody bool
final
loggingresponseHeader bool
final
mqttPort int?
finalinherited
mqttUrl String?
finalinherited
responseIsSuccess bool Function(NetworkResponse response)?
final
responsePrefixData String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

appImageCorrectUrl(String url, {dynamic base}) String
inherited
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