Terminal constructor

Terminal({
  1. int? placeId,
  2. String? placeCity,
  3. String? placeLabel,
  4. double? placeLng,
  5. double? placeLat,
  6. String? placeCountry,
  7. String? placeCountryCode,
  8. String? placeZip,
  9. String? placeStreet1,
  10. String? placeStreet2,
  11. String? utcModifier,
  12. int? id,
  13. String? name,
  14. String? authCode,
  15. String? ticketOptionalStr,
  16. int? arckipel,
  17. String? label,
  18. String? description,
  19. int? productId,
  20. String? productSerial,
  21. String? statusLabel,
  22. String? statusColor,
  23. String? pictureUrl,
  24. String? password,
  25. String? terminalType,
  26. String? terminalTypeName,
  27. int? warrantyUntil,
  28. int? purchasedAt,
  29. String? macAddress,
  30. String? moreInfos,
  31. int? timeSlide,
})

Implementation

Terminal(
    {this.placeId,
    this.placeCity,
    this.placeLabel,
    this.placeLng,
    this.placeLat,
    this.placeCountry,
    this.placeCountryCode,
    this.placeZip,
    this.placeStreet1,
    this.placeStreet2,
    this.utcModifier,
    this.id,
    this.name,
    this.authCode,
    this.ticketOptionalStr,
    this.arckipel,
    this.label,
    this.description,
    this.productId,
    this.productSerial,
    this.statusLabel,
    this.statusColor,
    this.pictureUrl,
    this.password,
    this.terminalType,
    this.terminalTypeName,
    this.warrantyUntil,
    this.purchasedAt,
    this.macAddress,
    this.moreInfos,
    this.timeSlide});