PCOffset constructor

PCOffset(
  1. int offset,
  2. InstructionsSection section, {
  3. String? os,
  4. String? architecture,
  5. bool? compressedPointers,
  6. bool? usingSimulator,
  7. String? buildId,
  8. int? unitId,
})

Implementation

PCOffset(this.offset, this.section,
    {this.os,
    this.architecture,
    this.compressedPointers,
    this.usingSimulator,
    this.buildId,
    this.unitId});