DataPayload constructor

DataPayload(
  1. String reference,
  2. String identifier,
  3. String notification,
  4. String notification_log_id,
  5. Details details,
)

Implementation

DataPayload(this.reference, this.identifier, this.notification,
    this.notification_log_id, this.details);