AsciiDecoder constructor Null safety

const AsciiDecoder(
  1. {bool allowInvalid: false}
)

Implementation

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