IR5CarteOnglet class

Carte Onglets

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

IR5CarteOnglet({required int Onglet, required String Nom, required String BtnText, required int Order_Index, required int Flags, required int TariffIn, required int TariffOut, required List<IR5CarteBtn> Btns, required String Categorie, required int Groupe, required int Cols, required int Rows, required IR5BtnProperties BtnProp})
IR5CarteOnglet.fromJson([Map<String, dynamic>? json])
factory

Properties

BtnProp IR5BtnProperties
final
Btns List<IR5CarteBtn>
Onglet Btns Origin : BtnsList OR Categorie OR Groupe
final
BtnText String
final
Categorie String
final
Cols int
final
Flags int
Onglet Flags
final
Groupe int
final
hashCode int
The hash code for this object.
no setterinherited
Nom String
final
Onglet int
final
Order_Index int
final
Rows int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
TariffIn int
Tariff Color to use if IN(resto)
final
TariffOut int
Tariff Color to use if OUT(emport)
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