ReciveData class

Constructors

ReciveData({required bool m_bDestroy, required bool m_bNegative, required bool m_bNormal, required bool m_bTare, required bool m_bZero, required double m_fPrice, required double m_fTotal, required double m_fWeight, required int m_iStatus, required Key m_stKey, required String m_strUnit})
ReciveData.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
m_bDestroy bool
getter/setter pair
m_bNegative bool
getter/setter pair
m_bNormal bool
getter/setter pair
m_bTare bool
getter/setter pair
m_bZero bool
getter/setter pair
m_fPrice double
getter/setter pair
m_fTotal double
getter/setter pair
m_fWeight double
getter/setter pair
m_iStatus int
getter/setter pair
m_stKey Key
getter/setter pair
m_strUnit String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited