fetchDecoderName static method
Implementation
static String fetchDecoderName(BarcodeLabelType barcodeLabelType) => barcodeLabelType.name.split('.').last.substring(9).toLowerCase();
static String fetchDecoderName(BarcodeLabelType barcodeLabelType) => barcodeLabelType.name.split('.').last.substring(9).toLowerCase();