PasteMsg constructor

const PasteMsg(
  1. String content
)

Creates a paste message.

Implementation

const PasteMsg(this.content);