GroupLineDetail constructor

GroupLineDetail({
  1. List<Line>? line,
  2. ReferenceType? groupItemRef,
  3. double? quantity,
})

Implementation

GroupLineDetail({
  this.line, this.groupItemRef, this.quantity
});