CopyPasteRequest constructor

CopyPasteRequest({
  1. GridRange? destination,
  2. String? pasteOrientation,
  3. String? pasteType,
  4. GridRange? source,
})

Implementation

CopyPasteRequest({
  this.destination,
  this.pasteOrientation,
  this.pasteType,
  this.source,
});