constructor
fun LanguageFrontend<*, *>.constructor(init: ConstructorDeclaration.() -> Unit): ConstructorDeclaration
Creates a new ConstructorDeclaration in the Fluent Node DSL for the enclosing RecordDeclaration. The init block can be used to create further sub-nodes as well as configuring the created node itself.