HTTPBodyDecoderException(String message, { underlyingException, int statusCode: 400 })

Source

HTTPBodyDecoderException(
    String message,
    {this.underlyingException, int statusCode: 400})
      : super(statusCode, message);