StackFrameFormat constructor

StackFrameFormat({
  1. bool? includeAll,
  2. bool? line,
  3. bool? module,
  4. bool? parameterNames,
  5. bool? parameterTypes,
  6. bool? parameterValues,
  7. bool? parameters,
  8. bool? hex,
})

Implementation

StackFrameFormat({
  this.includeAll,
  this.line,
  this.module,
  this.parameterNames,
  this.parameterTypes,
  this.parameterValues,
  this.parameters,
  super.hex,
});