DeleteEmailChannelResponse constructor

DeleteEmailChannelResponse({
  1. required EmailChannelResponse emailChannelResponse,
})

Implementation

DeleteEmailChannelResponse({
  required this.emailChannelResponse,
});