IR5TblBtn class

Restaurant Tables

Annotations
  • @JsonSerializable()

Constructors

IR5TblBtn({required String TblNum, required String BtnNum, required int ObjectType, required String GotoSalle, 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})
IR5TblBtn.fromJson([Map<String, dynamic>? json])
factory

Properties

Angle num
final
Bmp int
Image Num
final
BtnNum String
final
GotoSalle String
final
hashCode int
The hash code for this object.
no setterinherited
Height num
final
Left num
final
ObjectType int
Table ObjectTypes *
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Shape String
final
Svc_Height num
final
Svc_Left num
final
Svc_Top num
final
Svc_Width num
final
TblNum String
If BtnNum<>TblNum --> Btn est un alias vers TblNum
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