malformed method

Never malformed(
  1. String description, [
  2. String? body
])

Implementation

Never malformed(String description, [String? body]) =>
    throw DVAIProviderException(
      providerName,
      'Malformed response: $description.',
      responseBody: body,
    );