ErrorDetail constructor

ErrorDetail(
  1. dynamic error,
  2. dynamic stackTrace
)

Implementation

ErrorDetail(this.error, this.stackTrace);