Codabar constructor

Codabar({
  1. int? module,
})

Create a Codabar symbology with the default or required properties.

The arguments module must be non-negative and greater than 0.

Implementation

Codabar({int? module}) : super(module: module);