LuauFunctionInvocation constructor

LuauFunctionInvocation({
  1. required LuauNode function,
  2. required List<LuauNode> arguments,
})

Implementation

LuauFunctionInvocation({required this.function, required this.arguments});