TransformGroupElement
data class TransformGroupElement(val content: List<Keyboard3Ast.TransformGroupElement.Child>, val sourceRange: SourceRange? = null) : XmlLocatable, Keyboard3Ast.TransformsElement.Child(source)
Constructors
Link copied to clipboard
constructor(content: List<Keyboard3Ast.TransformGroupElement.Child>, sourceRange: SourceRange? = null)