UpdateLineCategoryRequest constructor

UpdateLineCategoryRequest({
  1. String? lineCategory,
  2. String? objectId,
})

Implementation

UpdateLineCategoryRequest({
  this.lineCategory,
  this.objectId,
});