upc property

String? get upc

Implementation

String? get upc => _$this._upc;
set upc (String? upc)

Implementation

set upc(String? upc) => _$this._upc = upc;