ErrorResult constructor

ErrorResult(Object error, StackTrace stackTrace)

Implementation

ErrorResult(this.error, this.stackTrace);