RuntimeTypeRegisterEntry constructor
Creates a new runtime type register entry.
@param name The name of the type @param import The import path (can be null) @param srcId The source identifier
Implementation
RuntimeTypeRegisterEntry(this.name, this.import, this.srcId);