ApphudNotificationPayload constructor

ApphudNotificationPayload({
  1. String? ruleId,
  2. String? ruleName,
  3. String? screenId,
  4. String? screenName,
  5. Map<String, dynamic>? custom,
})

Implementation

ApphudNotificationPayload({
  this.ruleId,
  this.ruleName,
  this.screenId,
  this.screenName,
  this.custom,
});