SocketMobileDevice constructor

const SocketMobileDevice(
  1. String name,
  2. String uuid,
  3. String guid
)

Implementation

const SocketMobileDevice(
  this.name,
  this.uuid,
  this.guid,
);