CreateLineRequest constructor

CreateLineRequest({
  1. String? category,
  2. PageElementProperties? elementProperties,
  3. String? lineCategory,
  4. String? objectId,
})

Implementation

CreateLineRequest({
  this.category,
  this.elementProperties,
  this.lineCategory,
  this.objectId,
});