PNetworkOptions class abstract

Implementers

Constructors

PNetworkOptions.new({required String baseUrl, required String baseUrlAsset, String? mqttUrl, int? mqttPort})

Properties

baseUrl String
final
baseUrlAsset String
final
hashCode int
The hash code for this object.
no setterinherited
mqttPort int?
final
mqttUrl String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

appImageCorrectUrl(String url, {dynamic base}) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited