TextPastePlan constructor
const
TextPastePlan({
- required TextPasteMode mode,
- required int lineCount,
- required int runeCount,
Implementation
const TextPastePlan({
required this.mode,
required this.lineCount,
required this.runeCount,
});