DescriptionOnlyLine constructor

DescriptionOnlyLine({
  1. String? detailType,
  2. String? description,
  3. int? lineNum,
  4. double? amount,
  5. DescriptionLineDetail? descriptionLineDetail,
  6. String? id,
})

Implementation

DescriptionOnlyLine({
  this.detailType, this.description, this.lineNum,
  this.amount, this.descriptionLineDetail, this.id
});