IR5Tbl class

Restaurant Tables

Annotations
  • @JsonSerializable()

Constructors

IR5Tbl({required String Num, required String Nom, required int Station, required int Division, required String Description, required int ObjectType, required String GotoSalle, required int TblType, required int TariffIn, required int TariffOut, required int Flags, required bool AskCvts, required int Cvts, required String AutoAsk, required String AutoMember, required int Bmp, required num Angle, required String Shape, required num Top, required num Left, required num Height, required num Width, required num Svc_Top, required num Svc_Left, required num Svc_Height, required num Svc_Width})
IR5Tbl.fromJson([Map<String, dynamic>? json])
factory

Properties

Angle num
final
AskCvts bool
AutoMember,AutoAskn,... Params. Only for true Table
final
AutoAsk String
AutoAsk = Desc|Member|False
final
AutoMember String
Auto Member à l'ouverture
final
Bmp int
Image Num
final
Cvts int
final
Description String
Just a free Description
final
Division int
Division Number
final
Flags int
Table Flags
final
GotoSalle String
final
hashCode int
The hash code for this object.
no setterinherited
Height num
final
Left num
final
Nom String
Table or Salle Name
final
Num String
Table
final
ObjectType int
Table ObjectTypes *
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Shape String
final
Station int
Station Number
final
Svc_Height num
final
Svc_Left num
final
Svc_Top num
final
Svc_Width num
final
TariffIn int
Tariff Color to use if IN(resto)
final
TariffOut int
Tariff Color to use if OUT(emport)
final
TblType int
Image Types
final
Top num
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