unitPrice property

Money? unitPrice
inherited

unitPrice If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.

Implementation

Money? get unitPrice => throw _privateConstructorUsedError;