MessageCTAData constructor

MessageCTAData({
  1. String? url,
  2. String? target,
})

Implementation

MessageCTAData({this.url, this.target});