codebar constant

  1. @Deprecated('Use BarcodeFormat.codabar instead.')
BarcodeFormat const codebar

This constant represents the old value for BarcodeFormat.codabar.

Prefer using the new BarcodeFormat.codabar constant, as the codebar value will be removed in a future release.

Implementation

@Deprecated('Use BarcodeFormat.codabar instead.')
static const BarcodeFormat codebar = codabar;