copyWith method

CheckDataEntity copyWith({
  1. String? checkStep,
  2. String? checkCode,
  3. String? check,
  4. String? value,
  5. String? battery,
  6. String? temp,
  7. String? message,
  8. String? suggestion,
  9. String? code,
  10. String? press,
  11. String? diastolic,
  12. String? systolic,
  13. String? heartAnomaly,
  14. String? pulse,
  15. String? heart,
  16. String? glu,
  17. String? ma,
  18. String? ca,
  19. String? sg,
  20. String? leu,
  21. String? pro,
  22. String? nit,
  23. String? bld,
  24. String? ubg,
  25. String? bil,
  26. String? ket,
  27. String? vc,
  28. String? ph,
  29. String? cr,
  30. String? tg,
  31. String? tc,
  32. String? ldl,
  33. String? hdl,
  34. String? tc_hdl,
  35. String? spoz,
  36. String? pi,
  37. String? prBpm,
  38. String? pefPredict,
  39. String? fef50Predict,
  40. String? fef75Predict,
  41. String? fev1Predict,
  42. String? fev0,
  43. String? fef2575Predict,
  44. String? fvcPredict,
  45. String? fef25Predict,
  46. String? fev1FvcPredict,
  47. String? fev1Fvc,
  48. String? fef50,
  49. String? fef75,
  50. String? fev1,
  51. String? fvc,
  52. String? fef25,
  53. String? fef2575,
  54. String? pef,
  55. String? speed,
  56. String? point,
  57. String? time,
  58. String? capacity,
  59. String? seq,
  60. String? isLeadOff,
  61. String? rr,
  62. String? heartRate,
  63. String? temperature,
  64. String? ecgData,
  65. String? filePath,
  66. String? hasTime,
  67. String? progress,
  68. String? length,
  69. String? countNum,
})

Implementation

CheckDataEntity copyWith({
  String? checkStep,
  String? checkCode,
  String? check,
  String? value,
  String? battery,
  String? temp,
  String? message,
  String? suggestion,
  String? code,
  String? press,
  String? diastolic,
  String? systolic,
  String? heartAnomaly,
  String? pulse,
  String? heart,
  String? glu,
  String? ma,
  String? ca,
  String? sg,
  String? leu,
  String? pro,
  String? nit,
  String? bld,
  String? ubg,
  String? bil,
  String? ket,
  String? vc,
  String? ph,
  String? cr,
  String? tg,
  String? tc,
  String? ldl,
  String? hdl,
  String? tc_hdl,
  String? spoz,
  String? pi,
  String? prBpm,
  String? pefPredict,
  String? fef50Predict,
  String? fef75Predict,
  String? fev1Predict,
  String? fev0,
  String? fef2575Predict,
  String? fvcPredict,
  String? fef25Predict,
  String? fev1FvcPredict,
  String? fev1Fvc,
  String? fef50,
  String? fef75,
  String? fev1,
  String? fvc,
  String? fef25,
  String? fef2575,
  String? pef,
  String? speed,
  String? point,
  String? time,
  String? capacity,
  String? seq,
  String? isLeadOff,
  String? rr,
  String? heartRate,
  String? temperature,
  String? ecgData,
  String? filePath,
  String? hasTime,
  String? progress,
  String? length,
  String? countNum,
}) {
  return CheckDataEntity()
    ..checkStep = checkStep ?? this.checkStep
    ..checkCode = checkCode ?? this.checkCode
    ..check = check ?? this.check
    ..value = value ?? this.value
    ..battery = battery ?? this.battery
    ..temp = temp ?? this.temp
    ..message = message ?? this.message
    ..suggestion = suggestion ?? this.suggestion
    ..code = code ?? this.code
    ..press = press ?? this.press
    ..diastolic = diastolic ?? this.diastolic
    ..systolic = systolic ?? this.systolic
    ..heartAnomaly = heartAnomaly ?? this.heartAnomaly
    ..pulse = pulse ?? this.pulse
    ..heart = heart ?? this.heart
    ..glu = glu ?? this.glu
    ..ma = ma ?? this.ma
    ..ca = ca ?? this.ca
    ..sg = sg ?? this.sg
    ..leu = leu ?? this.leu
    ..pro = pro ?? this.pro
    ..nit = nit ?? this.nit
    ..bld = bld ?? this.bld
    ..ubg = ubg ?? this.ubg
    ..bil = bil ?? this.bil
    ..ket = ket ?? this.ket
    ..vc = vc ?? this.vc
    ..ph = ph ?? this.ph
    ..cr = cr ?? this.cr
    ..tg = tg ?? this.tg
    ..tc = tc ?? this.tc
    ..ldl = ldl ?? this.ldl
    ..hdl = hdl ?? this.hdl
    ..tc_hdl = tc_hdl ?? this.tc_hdl
    ..spoz = spoz ?? this.spoz
    ..pi = pi ?? this.pi
    ..prBpm = prBpm ?? this.prBpm
    ..pefPredict = pefPredict ?? this.pefPredict
    ..fef50Predict = fef50Predict ?? this.fef50Predict
    ..fef75Predict = fef75Predict ?? this.fef75Predict
    ..fev1Predict = fev1Predict ?? this.fev1Predict
    ..fev0 = fev0 ?? this.fev0
    ..fef2575Predict = fef2575Predict ?? this.fef2575Predict
    ..fvcPredict = fvcPredict ?? this.fvcPredict
    ..fef25Predict = fef25Predict ?? this.fef25Predict
    ..fev1FvcPredict = fev1FvcPredict ?? this.fev1FvcPredict
    ..fev1Fvc = fev1Fvc ?? this.fev1Fvc
    ..fef50 = fef50 ?? this.fef50
    ..fef75 = fef75 ?? this.fef75
    ..fev1 = fev1 ?? this.fev1
    ..fvc = fvc ?? this.fvc
    ..fef25 = fef25 ?? this.fef25
    ..fef2575 = fef2575 ?? this.fef2575
    ..pef = pef ?? this.pef
    ..speed = speed ?? this.speed
    ..point = point ?? this.point
    ..time = time ?? this.time
    ..capacity = capacity ?? this.capacity
    ..seq = seq ?? this.seq
    ..isLeadOff = isLeadOff ?? this.isLeadOff
    ..rr = rr ?? this.rr
    ..heartRate = heartRate ?? this.heartRate
    ..temperature = temperature ?? this.temperature
    ..ecgData = ecgData ?? this.ecgData
    ..filePath = filePath ?? this.filePath
    ..hasTime = hasTime ?? this.hasTime
    ..progress = progress ?? this.progress
    ..length = length ?? this.length
    ..countNum = countNum ?? this.countNum;
}