UpdateLinePropertiesRequest constructor

UpdateLinePropertiesRequest({
  1. String? fields,
  2. LineProperties? lineProperties,
  3. String? objectId,
})

Implementation

UpdateLinePropertiesRequest({
  this.fields,
  this.lineProperties,
  this.objectId,
});