DwarfStackTraceDecoder constructor

DwarfStackTraceDecoder(
  1. Dwarf _dwarf, {
  2. bool includeInternalFrames = false,
})

Implementation

DwarfStackTraceDecoder(this._dwarf, {bool includeInternalFrames = false})
    : _includeInternalFrames = includeInternalFrames;