NudgeUser class
Constructors
-
NudgeUser.new({int slno = 1, required String extId, required String uid, String? name, String? email, String? phone, required Map<String, dynamic> props, String? refBy, String? refNum, int? refLeadNum, String? refByName, String? clientRefCode})
-
-
NudgeUser.fromJson(Map<String, dynamic> json)
-
factory
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
override