UserData class
Constructors
-
UserData({String? userId, String? cpCode, String? firstName, String? lastName, String? companyName, String? contactNo, String? emailAddress, String? profileImage, String? birthdate, String? birthdateTime, String? address, String? registerText, String? reraNo, String? gender, String? residentialStatus, String? maritalStatus})
-
-
UserData.fromJson(dynamic json)
-
Methods
-
copyWith({String? userId, String? cpCode, String? firstName, String? lastName, String? companyName, String? contactNo, String? emailAddress, String? profileImage, String? birthdate, String? birthdateTime, String? address, String? registerText, String? reraNo, String? gender, String? residentialStatus, String? maritalStatus})
→ UserData
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
-
toString()
→ String
-
A string representation of this object.
inherited