GroupLineDetail constructor
GroupLineDetail({
- List<
Line> ? line, - ReferenceType? groupItemRef,
- double? quantity,
Implementation
GroupLineDetail({
this.line, this.groupItemRef, this.quantity
});