factory SendAlexaOfferToMasterResponse.fromJson(Map<String, dynamic> json) { return SendAlexaOfferToMasterResponse( answer: json['Answer'] as String?, ); }