CreateLineResponse constructor

CreateLineResponse({
  1. String? objectId,
})

Implementation

CreateLineResponse({
  this.objectId,
});