WebCodeDecoder constructor

const WebCodeDecoder({
  1. bool? enabled,
  2. bool? subType,
})

Implementation

const WebCodeDecoder({super.enabled, this.subType});