UserData class

Constructors

UserData.new({String? isForceLogout, String? downloadReportXls, String? faviconIcon, String? faviconIconFull, num? masterUserId, String? masterUserIdString, String? name, String? nameSmall, num? inquiryTotalCount, String? email, String? assignLead, String? onLeave, String? callCenterAc, String? contactNo, String? birthdate, String? investorAccount, String? housingLeadAssign, String? groupId, String? department, String? isActive, String? type, num? leaveOnOff, String? roleType, String? refUserId, String? profileImage, num? createdAtToday, String? createdAt, String? createdTime, String? updatedAt, List<String>? teamIds, AdminGroupData? adminGroupData, String? cpTeamTotal, bool? isSelected})
UserData.fromJson(dynamic json)

Properties

adminGroupData AdminGroupData?
no setter
assignLead String?
no setter
birthdate String?
no setter
callCenterAc String?
no setter
contactNo String?
no setter
cpTeamTotal String?
no setter
createdAt String?
no setter
createdAtToday num?
no setter
createdTime String?
no setter
department String?
no setter
downloadReportXls String?
no setter
email String?
no setter
faviconIcon String?
no setter
faviconIconFull String?
no setter
groupId String?
no setter
hashCode int
The hash code for this object.
no setterinherited
housingLeadAssign String?
no setter
inquiryTotalCount num?
no setter
investorAccount String?
no setter
isActive String?
no setter
isForceLogout String?
no setter
isSelected bool?
getter/setter pair
leaveOnOff num?
no setter
no setter
masterUserId num?
no setter
masterUserIdString String?
no setter
name String?
no setter
nameSmall String?
no setter
onLeave String?
no setter
profileImage String?
no setter
refUserId String?
no setter
roleType String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamIds List<String>?
no setter
type String?
no setter
updatedAt String?
no setter

Methods

copyWith({String? isForceLogout, String? downloadReportXls, String? faviconIcon, String? faviconIconFull, num? masterUserId, String? masterUserIdString, String? name, String? nameSmall, num? inquiryTotalCount, String? email, String? assignLead, String? onLeave, String? callCenterAc, String? contactNo, String? birthdate, String? investorAccount, String? housingLeadAssign, String? groupId, String? department, String? isActive, String? type, num? leaveOnOff, String? roleType, String? refUserId, String? profileImage, num? createdAtToday, String? createdAt, String? createdTime, String? updatedAt, List<String>? teamIds, AdminGroupData? adminGroupData, String? cpTeamTotal, bool? isSelected}) 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

Operators

operator ==(Object other) bool
The equality operator.
inherited