ShiftJISDecoder constructor

const ShiftJISDecoder({
  1. bool allowMalformed = false,
})

ShiftJis Decoder

Implementation

const ShiftJISDecoder({bool allowMalformed = false})
    : _allowMalformed = allowMalformed;