menu
u package
documentation
iso8583/interpreter.dart
BcdInterpreter
packedLength method
packedLength method
dark_mode
light_mode
packedLength
method
int
packedLength
(
int
dataUnits
)
Implementation
int packedLength(int dataUnits) => (dataUnits + 1) ~/ 2;
u package
documentation
iso8583/interpreter
BcdInterpreter
packedLength method
BcdInterpreter class