barcode property

String? barcode
getter/setter pair

Barcode of the product. Will very very very often be not null.

Implementation

@JsonKey(name: 'code')
String? barcode;