ElfSection constructor
const
ElfSection({})
Implementation
const ElfSection({
required this.index,
required this.name,
required this.type,
required this.offset,
required this.size,
required this.link,
required this.info,
required this.entrySize,
});