AsciiDecoder constructor

const AsciiDecoder({
  1. bool allowInvalid = false,
})

Implementation

const AsciiDecoder({bool allowInvalid = false})
    : super(allowInvalid, _asciiMask);