CreationShakePackage

constructor(baseProject: CreationShakeProject, name: String, parent: CreationShakePackage? = null, subpackages: MutableList<CreationShakePackage> = mutableListOf(), classes: MutableList<CreationShakeClass> = mutableListOf(), functions: MutableList<CreationShakeMethod> = mutableListOf(), fields: MutableList<CreationShakeField> = mutableListOf())(source)