FunctionCall constructor

const FunctionCall({
  1. required String name,
  2. required String arguments,
})

Implementation

const FunctionCall({required this.name, required this.arguments});