NudgeUser constructor
NudgeUser({})
Implementation
NudgeUser({
this.slno = 1,
required this.extId,
required this.uid,
this.name,
this.email,
this.phone,
required this.props,
this.refBy,
this.refNum,
this.refLeadNum,
this.refByName,
this.clientRefCode,
});