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