ProfileModel constructor
ProfileModel({
- String? nationCode,
- String? id,
- String? fbId,
- String? appleId,
- String? googleId,
- String? bandbio,
- String? bandfnama,
- String? email,
- String? fnama,
- String? lnama,
- String? latitude,
- String? longitude,
- String? kelamin,
- String? bdate,
- String? cdate,
- String? adate,
- String? edate,
- String? telp,
- String? image,
- String? introTeks,
- String? bio,
- String? website,
- String? imageBanner,
- String? apiSocialId,
- String? fcmToken,
- String? device,
- String? isAgree,
- String? isConfirmed,
- String? isActive,
- String? telpIsVerif,
- String? apiMobileEdate,
- String? isResetPassword,
- DefaultAddress? defaultAddress,
- String? apisess,
- int? totalProduct,
- String? isChangedAddress,
- String? country,
- String? buserRecuiter,
- String? apisessExpired,
- String? spesialUser,
- String? language_id,
- String? kodeReferral,
- String? bKodeRecuiter,
- String? bNamaRecuiter,
- String? canInputReferral,
- String? isAdminVerif,
- String? isFollow,
- String? userWalletCode,
- String? isBlocked,
- String? total_community_post,
- String? total_follower,
- String? total_following,
- String? is_follow,
- String? can_input_referral,
- int? rotationImage,
Implementation
ProfileModel(
{this.nationCode,
this.id,
this.fbId,
this.appleId,
this.googleId,
this.bandbio,
this.bandfnama,
this.email,
this.fnama,
this.lnama,
this.latitude,
this.longitude,
this.kelamin,
this.bdate,
this.cdate,
this.adate,
this.edate,
this.telp,
this.image,
this.introTeks,
this.bio,
this.website,
this.imageBanner,
this.apiSocialId,
this.fcmToken,
this.device,
this.isAgree,
this.isConfirmed,
this.isActive,
this.telpIsVerif,
this.apiMobileEdate,
this.isResetPassword,
this.defaultAddress,
this.apisess,
this.totalProduct,
this.isChangedAddress,
this.country,
this.buserRecuiter,
this.apisessExpired,
this.spesialUser,
this.language_id,
this.kodeReferral,
this.bKodeRecuiter,
this.bNamaRecuiter,
this.canInputReferral,
this.isAdminVerif,
this.isFollow,
this.userWalletCode,
this.isBlocked,
this.total_community_post,
this.total_follower,
this.total_following,
this.is_follow,
this.can_input_referral,
this.rotationImage,
});