ReciveData constructor

ReciveData({
  1. required bool m_bDestroy,
  2. required bool m_bNegative,
  3. required bool m_bNormal,
  4. required bool m_bTare,
  5. required bool m_bZero,
  6. required double m_fPrice,
  7. required double m_fTotal,
  8. required double m_fWeight,
  9. required int m_iStatus,
  10. required Key m_stKey,
  11. required String m_strUnit,
})

Implementation

ReciveData({
  required this.m_bDestroy,
  required this.m_bNegative,
  required this.m_bNormal,
  required this.m_bTare,
  required this.m_bZero,
  required this.m_fPrice,
  required this.m_fTotal,
  required this.m_fWeight,
  required this.m_iStatus,
  required this.m_stKey,
  required this.m_strUnit,
});