UsPostNetDecoder constructor

const UsPostNetDecoder({
  1. bool? enabled,
  2. bool? reportCheckDigit,
})

Implementation

const UsPostNetDecoder({super.enabled, this.reportCheckDigit});