LiveMessage constructor

LiveMessage(
  1. int width,
  2. int height,
  3. String thumbUrl,
  4. String url,
  5. bool shareable,
)

Implementation

LiveMessage(this.width, this.height, this.thumbUrl, this.url, this.shareable);