fromCode static method
Returns the format corresponding to the code
.
Implementation
static BarcodeFormat fromCode(int code) =>
_codeToFormat[code] ?? BarcodeFormat.unknown;
Returns the format corresponding to the code
.
static BarcodeFormat fromCode(int code) =>
_codeToFormat[code] ?? BarcodeFormat.unknown;