toJson method
Implementation
Map<String, dynamic> toJson() {
return {
'm_bDestroy': m_bDestroy,
'm_bNegative': m_bNegative,
'm_bNormal': m_bNormal,
'm_bTare': m_bTare,
'm_bZero': m_bZero,
'm_fPrice': m_fPrice,
'm_fTotal': m_fTotal,
'm_fWeight': m_fWeight,
'm_iStatus': m_iStatus,
'm_stKey': m_stKey.toJson(),
'm_strUnit': m_strUnit,
};
}