JourneyPushMessage constructor

JourneyPushMessage({
  1. String? timeToLive,
})

Implementation

JourneyPushMessage({
  this.timeToLive,
});