OCFunction constructor
OCFunction({})
Implementation
OCFunction(
{this.functionName = '',
this.params = const [],
this.isInstanceMethod = false,
this.isClassMethod = false,
this.isDeclaration = false,
this.isCFlavor = false,
this.isExternal = false,
this.isStatic = false,
this.body,
this.returnType = const AstVoid(),
int depth = 0})
: super(depth);