FunctionCall constructor

FunctionCall({
  1. required String name,
  2. Map<String, dynamic> args = const {},
})

Implementation

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