barcode property

  1. @JsonKey(name: 'code')
String? barcode
getter/setter pair

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

Implementation

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