PasteMsg constructor

PasteMsg(
  1. String content
)

Creates a paste message with the pasted content.

Implementation

PasteMsg(this.content);