EncoderException constructor

const EncoderException(
  1. String message, [
  2. dynamic token
])

Implementation

const EncoderException(this.message, [this.token]);