DuplicateObjectRequest class
Duplicates a slide or page element.
When duplicating a slide, the duplicate slide will be created immediately following the specified slide. When duplicating a page element, the duplicate will be placed on the same page at the same position as the original.
Constructors
-
DuplicateObjectRequest({String? objectId, Map<
String, String> ? objectIds}) - DuplicateObjectRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- objectId ↔ String?
-
The ID of the object to duplicate.
getter/setter pair
-
objectIds
↔ Map<
String, String> ? -
The object being duplicated may contain other objects, for example when
duplicating a slide or a group page element.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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