CampaignCustomMessage constructor

CampaignCustomMessage({
  1. String? data,
})

Implementation

CampaignCustomMessage({
  this.data,
});