CreateShapeRequest constructor

CreateShapeRequest({
  1. PageElementProperties? elementProperties,
  2. String? objectId,
  3. String? shapeType,
})

Implementation

CreateShapeRequest({
  this.elementProperties,
  this.objectId,
  this.shapeType,
});