LuauVariableDeclaration constructor

LuauVariableDeclaration({
  1. required String name,
  2. String? type,
  3. LuauNode? initializer,
})

Implementation

LuauVariableDeclaration({required this.name, this.type, this.initializer});