CopyPasteRequest class
Copies data from the source to the destination.
Constructors
- CopyPasteRequest({GridRange? destination, String? pasteOrientation, String? pasteType, GridRange? source})
- CopyPasteRequest.fromJson(Map json_)
Properties
- destination ↔ GridRange?
- 
  The location to paste to.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- pasteOrientation ↔ String?
- 
  How that data should be oriented when pasting.
Possible string values are:
  getter/setter pair
- pasteType ↔ String?
- 
  What kind of data to paste.
Possible string values are:
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- source ↔ GridRange?
- 
  The source range to copy.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited