pckPerBox property

IntQuntity get pckPerBox

Implementation

IntQuntity get pckPerBox =>
    ProductDoc.inUse?.getItem(id.toString())?.pckInBox ?? const IntQuntity(1);