DigicodeCodeModel constructor

DigicodeCodeModel({
  1. int? id,
  2. String? code,
  3. int? activ,
  4. String? label,
  5. int? createdAt,
  6. int? accessType,
  7. int? digicodeId,
  8. int? accessCounter,
  9. String? uniqueId,
  10. int? timeStart,
  11. int? timeStop,
  12. int? validDays,
  13. int? dateTimeStart,
  14. int? dateTimeStop,
  15. String? accessTypeLabel,
  16. String? placeCity,
  17. String? placeLabel,
  18. int? placeLng,
  19. int? placeLat,
  20. String? placeCountry,
  21. String? placeZip,
  22. String? placeStreet1,
  23. String? placeStreet2,
})

Implementation

DigicodeCodeModel(
    {this.id,
    this.code,
    this.activ,
    this.label,
    this.createdAt,
    this.accessType,
    this.digicodeId,
    this.accessCounter,
    this.uniqueId,
    this.timeStart,
    this.timeStop,
    this.validDays,
    this.dateTimeStart,
    this.dateTimeStop,
    this.accessTypeLabel,
    this.placeCity,
    this.placeLabel,
    this.placeLng,
    this.placeLat,
    this.placeCountry,
    this.placeZip,
    this.placeStreet1,
    this.placeStreet2});