ExceptionDetails constructor
      
      ExceptionDetails({})
     
    
    
Implementation
ExceptionDetails({
  this.evaluateName,
  this.fullTypeName,
  this.innerException,
  this.message,
  this.stackTrace,
  this.typeName,
});ExceptionDetails({
  this.evaluateName,
  this.fullTypeName,
  this.innerException,
  this.message,
  this.stackTrace,
  this.typeName,
});