LuauFunction constructor
LuauFunction({})
Implementation
LuauFunction({
required this.name,
required this.body,
this.parameters = const [],
this.returnType,
this.isLocal = false,
});
LuauFunction({
required this.name,
required this.body,
this.parameters = const [],
this.returnType,
this.isLocal = false,
});