AlexaSystem constructor
- String? apiAccessToken,
- String? apiEndpoint,
- Application? application,
- Person? person,
- User? user,
- AlexaDevice? device,
- Unit? unit,
Implementation
const AlexaSystem({
this.apiAccessToken,
this.apiEndpoint,
this.application,
this.person,
this.user,
this.device,
this.unit,
});