Context constructor

const Context({
  1. AlexaSystem? system,
  2. PlaybackState? audioPlayer,
  3. Geolocation? geolocation,
})

Implementation

const Context({
  this.system,
  this.audioPlayer,
  this.geolocation,
});