RetenoInAppCustomData constructor

RetenoInAppCustomData({
  1. String? url,
  2. required String source,
  3. required String inAppId,
  4. required Map<String, String> data,
})

Implementation

RetenoInAppCustomData({
  this.url,
  required this.source,
  required this.inAppId,
  required this.data,
});