CreateShapeRequest constructor
CreateShapeRequest({
- PageElementProperties? elementProperties,
- String? objectId,
- String? shapeType,
Implementation
CreateShapeRequest({
this.elementProperties,
this.objectId,
this.shapeType,
});