GroupLine constructor

GroupLine({
  1. int? lineNum,
  2. String? description,
  3. required String detailType,
  4. String? id,
  5. GroupLineDetail? groupLineDetail,
})

Implementation

GroupLine({
  this.lineNum, this.description, required this.detailType,
  this.id, this.groupLineDetail
});