menu
roblox_dart package
documentation
luau/statement/luau_variable_declaration.dart
LuauVariableDeclaration
LuauVariableDeclaration.new constructor
LuauVariableDeclaration.new constructor
dark_mode
light_mode
LuauVariableDeclaration
constructor
LuauVariableDeclaration
(
{
required
String
name
,
String
?
type
,
LuauNode
?
initializer
,
})
Implementation
LuauVariableDeclaration({required this.name, this.type, this.initializer});
roblox_dart package
documentation
luau/statement/luau_variable_declaration
LuauVariableDeclaration
LuauVariableDeclaration.new constructor
LuauVariableDeclaration class