UserData constructor
UserData(- {int? id,
- String? firstName,
- String? lastName,
- String? fullName,
- String? updatedAt,
- String? displayName,
- String? userName,
- String? homeTown,
- String? email,
- String? latitude,
- String? longitude,
- String? address,
- String? country,
- String? state,
- String? city,
- String? contactNumber,
- String? accountType,
- String? userType,
- List<int>? businessIds,
- List<int>? interestIds,
- List<int>? musicTypeIds,
- int? status,
- String? timeZone,
- String? lastNotificationSeen,
- String? emailVerifiedAt,
- String? loginType,
- String? uid,
- String? socialImage,
- String? isOnline,
- String? lastOnlineTime,
- String? otp,
- String? rememberToken,
- String? profileImage,
- String? dob,
- String? apiToken,
- String? password,
- String? passwordConfirmation,
- String? aboutMe,
- String? gender,
- String? relationShipStatus,
- int? followers,
- int? following,
- int? totalReview,
- String? createdAt,
- String? isPrivateAccount,
- String? hideFromSearch,
- String? hideEvents,
- String? msgOff,
- SocialMediaUrl? socialMediaUrl,
- bool? isProUser,
- int? totalClaimBusiness,
- bool? completeProfile}
)
Implementation
UserData(
{this.id,
this.firstName,
this.lastName,
this.fullName,
this.updatedAt,
this.displayName,
this.userName,
this.homeTown,
this.email,
this.latitude,
this.longitude,
this.address,
this.country,
this.state,
this.city,
this.contactNumber,
this.accountType,
this.userType,
this.businessIds,
this.interestIds,
this.musicTypeIds,
this.status,
this.timeZone,
this.lastNotificationSeen,
this.emailVerifiedAt,
this.loginType,
this.uid,
this.socialImage,
this.isOnline,
this.lastOnlineTime,
this.otp,
this.rememberToken,
this.profileImage,
this.dob,
this.apiToken,
this.password,
this.passwordConfirmation,
this.aboutMe,
this.gender,
this.relationShipStatus,
this.followers,
this.following,
this.totalReview,
this.createdAt,
this.isPrivateAccount,
this.hideFromSearch,
this.hideEvents,
this.msgOff,
this.socialMediaUrl,
this.isProUser,
this.totalClaimBusiness,
this.completeProfile});