GoogleFirebaseFcmDataV1beta1MessageOutcomePercents constructor

GoogleFirebaseFcmDataV1beta1MessageOutcomePercents({
  1. double? delivered,
  2. double? droppedAppForceStopped,
  3. double? droppedDeviceInactive,
  4. double? droppedTooManyPendingMessages,
  5. double? pending,
})

Implementation

GoogleFirebaseFcmDataV1beta1MessageOutcomePercents({
  this.delivered,
  this.droppedAppForceStopped,
  this.droppedDeviceInactive,
  this.droppedTooManyPendingMessages,
  this.pending,
});