User constructor
User({})
Implementation
User({
required this.firstName,
required this.lastName,
required this.partnerId,
required this.phoneNumber,
required this.nationalEqamaNumber,
required this.morniUserId,
required this.userType,
required this.updatedAt,
required this.createdAt,
required this.id,
});