UserModel constructor

UserModel({
  1. int? id,
  2. String? firebaseId,
  3. String? username,
  4. String? tokenFirebase,
  5. String? token,
  6. String? uniqueId,
  7. String? firstName,
  8. String? lastName,
  9. String? displayName,
  10. String? infoName,
  11. String? phone,
  12. String? email,
  13. String? comment,
  14. String? thumbnail = '',
  15. int? blurPicture = 0,
  16. int? reliability = 0,
  17. int? createdAt = 0,
  18. int? allowGeolocation = 0,
  19. int? signedAt = 0,
  20. List? fCMTokens,
  21. int? isTmpEmail,
  22. int? sellerStatus,
  23. String? sellerQrCode,
  24. int? timeBeforeStartTracking = 0,
  25. String? interfaceLanguageCode,
  26. dynamic distanceBeforeStartTracking,
  27. String? dateFormat,
  28. String? timeFormat,
  29. List<PaymentBillingInfo>? billingInfos,
  30. TokenResponseLoginMqtt? mqtt,
  31. String? aboutMeHomelido,
  32. String? tagline,
  33. int? isTmp,
  34. int? processStatus,
  35. CommonMedia? banner,
  36. dynamic rating,
})

Implementation

UserModel({
  this.id,
  this.firebaseId,
  this.username,
  this.tokenFirebase,
  this.token,
  this.uniqueId,
  this.firstName,
  this.lastName,
  this.displayName,
  this.infoName,
  this.phone,
  this.email,
  this.comment,
  this.thumbnail = '',
  this.blurPicture = 0,
  this.reliability = 0,
  this.createdAt = 0,
  this.allowGeolocation = 0,
  this.signedAt = 0,
  this.fCMTokens,
  this.isTmpEmail,
  this.sellerStatus,
  this.sellerQrCode,
  this.timeBeforeStartTracking = 0,
  this.interfaceLanguageCode,
  this.distanceBeforeStartTracking,
  this.dateFormat,
  this.timeFormat,
  this.billingInfos,
  this.mqtt,
  this.aboutMeHomelido,
  this.tagline,
  this.isTmp,
  this.processStatus,
  this.banner,
  this.rating,
});