Windows1250Decoder constructor

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

Creates a new Windows1250Decoder

Set allowInvalid to true for ignoring invalid data. When invalid data is allowed it will be decoded to �

Implementation

const Windows1250Decoder({
  bool allowInvalid = false,
}) : super(_cp1250Symbols, allowInvalid: allowInvalid);