FunctionCall constructor

FunctionCall({
  1. String id = '',
  2. required String name,
  3. Struct? args,
})

Implementation

FunctionCall({this.id = '', required this.name, this.args})
  : super(fullyQualifiedName);