CandidateEntity constructor
CandidateEntity({})
Implementation
CandidateEntity({
this.id,
this.parentId,
this.weight,
this.name,
this.isDept,
this.children,
this.userId,
this.roleKey,
});
CandidateEntity({
this.id,
this.parentId,
this.weight,
this.name,
this.isDept,
this.children,
this.userId,
this.roleKey,
});