DeleteGcmChannelResponse constructor

DeleteGcmChannelResponse({
  1. required GCMChannelResponse gCMChannelResponse,
})

Implementation

DeleteGcmChannelResponse({
  required this.gCMChannelResponse,
});