OCFunctionCall constructor
OCFunctionCall({})
Implementation
OCFunctionCall(
{this.instanceName = '',
this.functionName = '',
this.params = const [],
this.ignoreError = false,
int depth = 0})
: super(depth);