UpdateGcmChannelResponse constructor

UpdateGcmChannelResponse({
  1. required GCMChannelResponse gCMChannelResponse,
})

Implementation

UpdateGcmChannelResponse({
  required this.gCMChannelResponse,
});