DiscoveredClient class

Constructors

DiscoveredClient({required String st, required String usn, required String server, required String location, required Map<String, String> headers})
DiscoveredClient.fake(String loc)

Properties

hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>
getter/setter pair
location String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
server String
getter/setter pair
st String
getter/setter pair
usn String
getter/setter pair

Methods

getDevice() Future<Device>
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