DigicodeModel constructor

DigicodeModel({
  1. String? digicodeLabel,
  2. String? description,
  3. int? id,
  4. String? authCode,
  5. int? unlocked,
  6. int? activeCamera,
  7. String? publicName,
  8. int? productId,
  9. int? purchasedAt,
  10. int? warrantyUntil,
  11. String? productSerial,
  12. String? statusLabel,
  13. String? statusColor,
  14. String? productRef,
  15. String? pictureUrl,
  16. String? productCat,
  17. int? productDisplay,
  18. String? productColor,
  19. int? placeId,
  20. String? utcModifier,
  21. String? placeCity,
  22. String? placeLabel,
  23. double? placeLng,
  24. double? placeLat,
  25. String? placeCountry,
  26. String? placeCountryCode,
  27. String? placeZip,
  28. String? placeStreet1,
  29. String? placeStreet2,
  30. String? roomId,
  31. String? roomName,
})

Implementation

DigicodeModel(
    {this.digicodeLabel,
    this.description,
    this.id,
    this.authCode,
    this.unlocked,
    this.activeCamera,
    this.publicName,
    this.productId,
    this.purchasedAt,
    this.warrantyUntil,
    this.productSerial,
    this.statusLabel,
    this.statusColor,
    this.productRef,
    this.pictureUrl,
    this.productCat,
    this.productDisplay,
    this.productColor,
    this.placeId,
    this.utcModifier,
    this.placeCity,
    this.placeLabel,
    this.placeLng,
    this.placeLat,
    this.placeCountry,
    this.placeCountryCode,
    this.placeZip,
    this.placeStreet1,
    this.placeStreet2,
    this.roomId,
    this.roomName});