DebugImage constructor

const DebugImage({
  1. required String type,
  2. String? imageAddr,
  3. String? debugId,
  4. String? debugFile,
  5. int? imageSize,
  6. String? uuid,
  7. String? codeFile,
  8. String? arch,
  9. String? codeId,
})

Implementation

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