LuauMethod constructor
LuauMethod({})
Implementation
LuauMethod({
required this.className,
required this.methodName,
required this.parameters,
required this.body,
this.isStatic = false,
});
LuauMethod({
required this.className,
required this.methodName,
required this.parameters,
required this.body,
this.isStatic = false,
});