SendAlexaOfferToMasterResponse constructor

SendAlexaOfferToMasterResponse({
  1. String? answer,
})

Implementation

SendAlexaOfferToMasterResponse({
  this.answer,
});