ApiRequestErrorDetail constructor

ApiRequestErrorDetail({
  1. String? domain,
  2. String? reason,
  3. String? message,
  4. String? location,
  5. String? locationType,
  6. String? extendedHelp,
  7. String? sendReport,
})

Implementation

ApiRequestErrorDetail({
  this.domain,
  this.reason,
  this.message,
  this.location,
  this.locationType,
  this.extendedHelp,
  this.sendReport,
}) : originalJson = null;