DigicodeLogModel constructor

DigicodeLogModel({
  1. int? id,
  2. int? digicodeId,
  3. String? productSerial,
  4. String? placeCity,
  5. String? placeLabel,
  6. int? placeLng,
  7. int? placeLat,
  8. String? placeCountry,
  9. String? placeZip,
  10. String? placeStreet1,
  11. String? placeStreet2,
  12. String? code,
  13. int? typedAt,
  14. int? success,
  15. int? display,
  16. int? manualUnlock,
  17. String? digicodeName,
  18. String? labelTyper,
  19. String? publicName,
  20. String? utcModifier,
})

Implementation

DigicodeLogModel(
    {this.id,
    this.digicodeId,
    this.productSerial,
    this.placeCity,
    this.placeLabel,
    this.placeLng,
    this.placeLat,
    this.placeCountry,
    this.placeZip,
    this.placeStreet1,
    this.placeStreet2,
    this.code,
    this.typedAt,
    this.success,
    this.display,
    this.manualUnlock,
    this.digicodeName,
    this.labelTyper,
    this.publicName,
    this.utcModifier});