PinchMessage constructor

PinchMessage(
  1. String url,
  2. int expiry,
  3. int created,
  4. String title,
  5. String body,
  6. String imgUrl,
  7. String deliveryId,
  8. String messageId,
  9. bool opened,
)

Implementation

PinchMessage(this.url, this.expiry, this.created, this.title, this.body,
    this.imgUrl, this.deliveryId, this.messageId, this.opened);