UpdateEmailChannelResponse constructor

UpdateEmailChannelResponse({
  1. required EmailChannelResponse emailChannelResponse,
})

Implementation

UpdateEmailChannelResponse({
  required this.emailChannelResponse,
});