DeviceInfo constructor

DeviceInfo(
  1. String URLBase,
  2. String deviceType,
  3. String friendlyName,
  4. List serviceList,
)

Implementation

DeviceInfo(
  this.URLBase,
  this.deviceType,
  this.friendlyName,
  this.serviceList,
);