ProInfo constructor

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

Implementation

ProInfo(
    {this.id,
    this.firebaseId,
    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});