ReferralSystemClass constructor
ReferralSystemClass({})
Implementation
ReferralSystemClass({
this.id,
this.name,
this.clientId,
this.status,
this.desc,
this.entryPointId,
this.audience,
this.limit,
this.targetAllUsers,
this.tasks,
this.codeGenerationRules,
this.createdAt,
this.updatedAt,
this.v,
});