Device constructor

Device(
  1. String endpointId,
  2. Uint8List endpointName
)

Implementation

Device(this.endpointId, this.endpointName)
    : isEndpointOnly = false,
      isPendingConnection = false;