TextPastePlan constructor

const TextPastePlan({
  1. required TextPasteMode mode,
  2. required int lineCount,
  3. required int runeCount,
})

Implementation

const TextPastePlan({
  required this.mode,
  required this.lineCount,
  required this.runeCount,
});