PasteEvent constructor

const PasteEvent(
  1. String text
)

Constructs a new instance of PasteEvent.

Implementation

const PasteEvent(this.text);