DeviceCode constructor

DeviceCode({
  1. String? name,
  2. String? createdAt,
  3. DeviceCodeStatus? status,
  4. String? id,
  5. String? locationId,
  6. ProductType? productType,
  7. String? code,
  8. String? deviceId,
  9. String? pairBy,
  10. String? pairedAt,
  11. String? statusChangedAt,
})

Implementation

DeviceCode({
  this.name, this.createdAt, this.status, this.id,
  this.locationId, this.productType, this.code,
this.deviceId, this.pairBy, this.pairedAt,
  this.statusChangedAt
});