CharsetConversionError constructor

CharsetConversionError(
  1. String message,
  2. bool encoding
)

Implementation

CharsetConversionError(this.message, this.encoding);