PasteTextMsg constructor

const PasteTextMsg(
  1. String content
)

Creates a text-paste message.

Implementation

const PasteTextMsg(this.content);