menu
googleapis package
documentation
sheets/v4.dart
CopyPasteRequest
CopyPasteRequest.new constructor
CopyPasteRequest.new constructor
dark_mode
light_mode
CopyPasteRequest
constructor
CopyPasteRequest
(
{
GridRange
?
destination
,
String
?
pasteOrientation
,
String
?
pasteType
,
GridRange
?
source
,
})
Implementation
CopyPasteRequest({
this
.destination,
this
.pasteOrientation,
this
.pasteType,
this
.source, });
googleapis package
documentation
sheets/v4
CopyPasteRequest
CopyPasteRequest.new constructor
CopyPasteRequest class
Constructors
new
fromJson
Properties
destination
hashCode
pasteOrientation
pasteType
runtimeType
source
Methods
noSuchMethod
toJson
toString
Operators
operator ==