JourneyCustomMessage constructor

JourneyCustomMessage({
  1. String? data,
})

Implementation

JourneyCustomMessage({
  this.data,
});