ApiWrappedException constructor

const ApiWrappedException(
  1. Object inner,
  2. StackTrace stackTrace, [
  3. RequestBuilder? builder
])

Implementation

const ApiWrappedException(this.inner, this.stackTrace, [this.builder]);