IoT constructor
IoT({})
Returns a new IoT instance.
Implementation
IoT({
this.name,
this.token,
this.iotLicenseType,
this.location,
this.protocol,
this.status,
this.lastOnline,
});
Returns a new IoT instance.
IoT({
this.name,
this.token,
this.iotLicenseType,
this.location,
this.protocol,
this.status,
this.lastOnline,
});