FuncRef constructor
Implementation
FuncRef({
this.name,
this.owner,
this.isStatic,
this.isConst,
this.implicit,
this.isAbstract,
this.isGetter,
this.isSetter,
super.id,
this.location,
});
FuncRef({
this.name,
this.owner,
this.isStatic,
this.isConst,
this.implicit,
this.isAbstract,
this.isGetter,
this.isSetter,
super.id,
this.location,
});