BarcodeParameter constructor

BarcodeParameter(
  1. String code
)

Implementation

BarcodeParameter(final String code) : this.list([code]);