EncoderError constructor

EncoderError(
  1. String message, {
  2. String? source,
})

Implementation

EncoderError(this.message, {this.source});