PrintQrCode.setErrorLevel constructor

const PrintQrCode.setErrorLevel({
  1. required QrErrorLevel errorLevel,
})

Implementation

const factory PrintQrCode.setErrorLevel({required QrErrorLevel errorLevel}) = _SetQrErrorLevel;