AsciiDecoder constructor

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

Implementation

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