IR5ModePayBtn class

Modes Paiements

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

IR5ModePayBtn({required String PLU, required String Nom, required num BilletVal, required IR5BtnProperties BtnProp, required int Onglet, required num Top, required num Left, required num Height, required num Width, required bool Visible})
IR5ModePayBtn.fromJson([Map<String, dynamic>? json])
factory

Properties

BilletVal num
final
BtnProp IR5BtnProperties
final
hashCode int
The hash code for this object.
no setterinherited
Height num
final
Left num
final
Nom String
Just a Name
final
Onglet int
final
PLU String
Article Unique Code (Price Look-Up)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Top num
final
Visible bool
final
Width num
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