IR5Route class

Logical Destination aka Route

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

IR5Route({required int Num, required String NomLogique, required int Flags, required String Description, required String RecapList, required int Ptr, required List<IR5Route2PtrLnk> PtrLinks})
IR5Route.fromJson([Map<String, dynamic>? json])
factory

Properties

Description String
Just a free Description
final
Flags int
Desti/Route Flags
final
hashCode int
The hash code for this object.
no setterinherited
NomLogique String
NOMLOGIQUE
final
Num int
Destination aka Route
final
Ptr int
Default Printer iff not defined in Station Printer Links (Ptrs_DEF)
final
final
RecapList String
RECAPLIST
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