ProInfo constructor

ProInfo({
  1. int? id,
  2. String? firebaseId,
  3. String? username,
  4. String? token,
  5. String? uniqueId,
  6. String? firstName,
  7. String? lastName,
  8. String? displayName,
  9. String? website,
  10. String? categorie,
  11. String? profession,
  12. dynamic rating,
  13. String? email,
  14. String? phone1,
  15. String? phone2,
  16. String? street1,
  17. String? street2,
  18. String? companyName,
  19. String? zip,
  20. String? city,
  21. String? state,
  22. String? country,
  23. String? countryCode,
  24. double? lat,
  25. double? lng,
  26. String? colorCode,
  27. String? thumbnail,
  28. int? createdAt,
  29. int? signedAt,
  30. String? google,
  31. String? facebook,
  32. String? twitter,
  33. String? pinterest,
  34. String? instagram,
  35. String? linkedin,
  36. String? aboutMe,
  37. int? google2FaFlg,
  38. String? google2FaSecretKey,
  39. int? usedStorageSpace,
  40. String? gender,
  41. String? ageRange,
  42. String? phoneCode,
  43. String? subscriptionPlanId,
  44. int? allowChat,
  45. String? planName,
  46. String? mainLanguage,
  47. String? interfaceLanguageCode,
  48. List? secondaryLanguages,
  49. int? reliability,
  50. int? events,
  51. String? organisation,
  52. String? roleName,
  53. List? permissions,
  54. int? smsAllowed,
  55. int? freeSms,
  56. String? currency,
  57. String? billingName,
  58. String? vatNumber,
  59. String? companyNumber,
  60. String? organisationThumbnail,
  61. int? timeBeforeStartTracking,
  62. int? distanceBeforeStartTracking,
  63. String? registerFrom,
  64. int? isHomelidoAgent,
  65. int? industryId,
  66. int? allowGeolocation,
  67. String? dateFormat,
  68. String? timeFormat,
  69. MainSubcatInfo? mainSubcatInfo,
  70. String? industryName,
  71. List<PaymentBillingInfo>? billingInfos,
  72. String? internalArckipelNote,
  73. String? kisblePublicThumbnailUrl,
  74. TokenResponseLoginMqtt? mqtt,
  75. String? whiseClientId,
  76. String? aboutMeHomelido,
  77. String? tagline,
  78. int? isTmp,
  79. int? processStatus,
  80. CommonMedia? banner,
})

Implementation

ProInfo({
  this.id,
  this.firebaseId,
  this.username,
  this.token,
  this.uniqueId,
  this.firstName,
  this.lastName,
  this.displayName,
  this.website,
  this.categorie,
  this.profession,
  this.rating,
  this.email,
  this.phone1,
  this.phone2,
  this.street1,
  this.street2,
  this.companyName,
  this.zip,
  this.city,
  this.state,
  this.country,
  this.countryCode,
  this.lat,
  this.lng,
  this.colorCode,
  this.thumbnail,
  this.createdAt,
  this.signedAt,
  this.google,
  this.facebook,
  this.twitter,
  this.pinterest,
  this.instagram,
  this.linkedin,
  this.aboutMe,
  this.google2FaFlg,
  this.google2FaSecretKey,
  this.usedStorageSpace,
  this.gender,
  this.ageRange,
  this.phoneCode,
  this.subscriptionPlanId,
  this.allowChat,
  this.planName,
  this.mainLanguage,
  this.interfaceLanguageCode,
  this.secondaryLanguages,
  this.reliability,
  this.events,
  this.organisation,
  this.roleName,
  this.permissions,
  this.smsAllowed,
  this.freeSms,
  this.currency,
  this.billingName,
  this.vatNumber,
  this.companyNumber,
  this.organisationThumbnail,
  this.timeBeforeStartTracking,
  this.distanceBeforeStartTracking,
  this.registerFrom,
  this.isHomelidoAgent,
  this.industryId,
  this.allowGeolocation,
  this.dateFormat,
  this.timeFormat,
  this.mainSubcatInfo,
  this.industryName,
  this.billingInfos,
  this.internalArckipelNote,
  this.kisblePublicThumbnailUrl,
  this.mqtt,
  this.whiseClientId,
  this.aboutMeHomelido,
  this.tagline,
  this.isTmp,
  this.processStatus,
  this.banner,
});