AssemblyDiagnostics constructor
AssemblyDiagnostics({})
Returns a new AssemblyDiagnostics instance.
Implementation
AssemblyDiagnostics({
this.name,
this.processor,
this.assemblyVersion,
this.fileVersion,
this.productVersion,
this.company,
this.copyright,
this.size,
this.lastModified,
this.dateCreated,
});