init()

in Generator/Sources/NeedleFramework/Models/Component.swift [72:81]


    init(name: String, dependencyProtocolName: String, isRoot: Bool, sourceHash: String, filePath: String, properties: [Property], expressionCallTypeNames: [String]) {
        self.name = name
        self.dependencyProtocolName = dependencyProtocolName
        self.isRoot = isRoot
        self.isLeaf = true
        self.sourceHash = sourceHash
        self.filePath = filePath
        self.properties = properties
        self.expressionCallTypeNames = expressionCallTypeNames
    }