Module constructor
Module({})
Implementation
Module({
this.addressRange,
this.dateTimeStamp,
required this.id,
this.isOptimized,
this.isUserCode,
required this.name,
this.path,
this.symbolFilePath,
this.symbolStatus,
this.version,
});