CreateLineRequest constructor
      
      CreateLineRequest({ 
    
    
- String? category,
- PageElementProperties? elementProperties,
- String? lineCategory,
- String? objectId,
Implementation
CreateLineRequest({
  this.category,
  this.elementProperties,
  this.lineCategory,
  this.objectId,
});