CrossRefEntry constructor
const
CrossRefEntry({})
Implementation
const CrossRefEntry({
required this.offset,
this.generation = 0,
this.inUse = true,
this.objectStreamNumber,
this.objectStreamIndex,
});
const CrossRefEntry({
required this.offset,
this.generation = 0,
this.inUse = true,
this.objectStreamNumber,
this.objectStreamIndex,
});