IR5CarteBtn class

Carte Onglets

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

IR5CarteBtn({required int Num, required String PLU, required String Categorie, required int Groupe, required String ModePay, required int Action, required int Onglet, required int Ligne, required int Col, required IR5BtnProperties BtnProp})
IR5CarteBtn.fromJson([Map<String, dynamic>? json])
factory

Properties

Action int
final
BtnProp IR5BtnProperties
Some Btn Propr should be overrided by Article.BtnPropr,...
final
Categorie String
final
Col int
final
Groupe int
final
hashCode int
The hash code for this object.
no setterinherited
Ligne int
final
ModePay String
final
Num int
final
Onglet int
final
PLU String
Btn can contain a Article OR a Categorie OR a Groupe OR a ModePay OR a Action
final
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