AlexaDevice constructor

const AlexaDevice({
  1. String? deviceID,
  2. Map<String, dynamic>? supportedInterfaces,
  3. String? persistentEndpointID,
})

Implementation

const AlexaDevice({
  this.deviceID,
  this.supportedInterfaces,
  this.persistentEndpointID,
});