SocialLoginUserModel constructor Null safety
Implementation
SocialLoginUserModel({
this.firstName,
this.lastName,
this.email,
this.mobile,
this.imageUrl,
this.socialType,
this.socialCode,
this.id,
this.deviceId,
this.appleId,
});