encodeContent abstract method

List<bool> encodeContent(
  1. String contents, [
  2. EncodeHint? hints
])

Encode the contents to bool array expression of one-dimensional barcode. Start code and end code should be included in result, and side margins should not be included.

@param contents barcode contents to encode @return a {@code List

Implementation

List<bool> encodeContent(
  String contents, [
  EncodeHint? hints,
]);