Payload constructor

Payload({
  1. String? clientId,
  2. String? subscriptionId,
  3. String? createdAt,
})

Implementation

Payload({this.clientId, this.subscriptionId, this.createdAt});