ErrorConfig constructor

const ErrorConfig({
  1. bool withStackTrace = false,
})

Implementation

const ErrorConfig({this.withStackTrace = false});