barcode property

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

Barcode of a GET operation.

Implementation

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