PCOffset constructor

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

Implementation

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