DartFunction constructor
DartFunction({})
Implementation
DartFunction({
this.functionName = '',
this.params = const [],
int depth = 0,
this.isStatic = false,
this.isAbstract = false,
this.isConstructor = false,
this.isAsync = false,
this.body,
this.returnType = const AstVoid(),
}) : super(depth);