CutPasteRequest class
Moves data from the source to the destination.
Constructors
- CutPasteRequest({GridCoordinate? destination, String? pasteType, GridRange? source})
- CutPasteRequest.fromJson(Map json_)
Properties
- destination ↔ GridCoordinate?
-
The top-left coordinate where the data should be pasted.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pasteType ↔ String?
-
What kind of data to paste.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source ↔ GridRange?
-
The source data to cut.
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