const AsciiDecoder({bool allowInvalid: false })

Source

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