CreateShapeResponse constructor

CreateShapeResponse({
  1. String? objectId,
})

Implementation

CreateShapeResponse({
  this.objectId,
});