FuncRef constructor Null safety
Implementation
FuncRef({
this.name,
this.owner,
this.isStatic,
this.isConst,
this.implicit,
this.isAbstract,
required String id,
this.location,
}) : super(
id: id,
);
FuncRef({
this.name,
this.owner,
this.isStatic,
this.isConst,
this.implicit,
this.isAbstract,
required String id,
this.location,
}) : super(
id: id,
);