InternalMetadataImpl
data class InternalMetadataImpl( val compiledData: SerializedCompiledScriptsData = SerializedCompiledScriptsData.EMPTY, val newImports: List<String> = emptyList()) : InternalMetadata
Constructors
Link copied to clipboard
constructor(compiledData: SerializedCompiledScriptsData = SerializedCompiledScriptsData.EMPTY, newImports: List<String> = emptyList())