IR5WampBalanceEvent class

Annotations
  • @JsonSerializable()

Constructors

IR5WampBalanceEvent({required String PLU, required String NomPLU, required String Image, required double Quantity, required double UnitPrice, required double TotalBase, required double TotalTTC})
const
IR5WampBalanceEvent.fromJson([Map<String, dynamic>? json])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
Image String
final
NomPLU String
final
PLU String
final
Quantity double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
TotalBase double
final
TotalTTC double
final
UnitPrice double
final

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