AlexaSystem constructor

const AlexaSystem({
  1. String? apiAccessToken,
  2. String? apiEndpoint,
  3. Application? application,
  4. Person? person,
  5. User? user,
  6. AlexaDevice? device,
  7. Unit? unit,
})

Implementation

const AlexaSystem({
  this.apiAccessToken,
  this.apiEndpoint,
  this.application,
  this.person,
  this.user,
  this.device,
  this.unit,
});