ZipLocalDevice class

Constructors

ZipLocalDevice(String name, String ip, String mac, String type, String type_name)

Properties

hashCode int
The hash code for this object.
no setterinherited
ip String
getter/setter pair
mac String
getter/setter pair
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
getter/setter pair
type_name String
getter/setter pair

Methods

configMqttServer(MqttInfo mqttInfo) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(String message) Future<void>
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromMap(Map<String, dynamic> device) ZipLocalDevice