DebugImage constructor

const DebugImage({
  1. required String type,
  2. String? name,
  3. String? imageAddr,
  4. String? imageVmAddr,
  5. String? debugId,
  6. String? debugFile,
  7. int? imageSize,
  8. String? uuid,
  9. String? codeFile,
  10. String? arch,
  11. String? codeId,
  12. int? cpuType,
  13. int? cpuSubtype,
})

Implementation

const DebugImage({
  required this.type,
  this.name,
  this.imageAddr,
  this.imageVmAddr,
  this.debugId,
  this.debugFile,
  this.imageSize,
  this.uuid,
  this.codeFile,
  this.arch,
  this.codeId,
  this.cpuType,
  this.cpuSubtype,
});