units property Null safety

List<ProductUnit>? units
read / write

The unit array of the product

Implementation

List<ProductUnit>? units;