fetchDecoderName static method

String fetchDecoderName(
  1. BarcodeLabelType barcodeLabelType
)

Implementation

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