menu
zxing_lib package
documentation
oned.dart
DecodedNumeric
value property
value property
dark_mode
light_mode
value
property
int
get
value
Implementation
int get value => _firstDigit * 10 + _secondDigit;
zxing_lib package
documentation
oned
DecodedNumeric
value property
DecodedNumeric class