code128Compact property

bool code128Compact
final

Specifies whether to use compact mode for Code-128 code (type bool, or "true" or "false" String value) This can yield slightly smaller bar codes. This option and forceCodeSet are mutually exclusive.

Implementation

final bool code128Compact;