IR5Route2PtrLnk class

Station Printer Links definition

Annotations
  • @JsonSerializable()

Constructors

IR5Route2PtrLnk({required int Desti, required int Station, required int Order, required int Ptrs, required int Layouts})
IR5Route2PtrLnk.fromJson([Map<String, dynamic>? json])
factory

Properties

Desti int
final
hashCode int
The hash code for this object.
no setterinherited
Layouts int
final
Order int
final
Ptrs int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Station int
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