TrafficAssociation class

represents the traffic association the ticket is valid in

Constructors

TrafficAssociation({required String shortName, required String fullName, required int tariffCode})
const
TrafficAssociation.fromJson(Map<String, dynamic> json)
factory

Properties

fullName String
fully qualified name of the carrier
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortName String
abbreviation of the association name
final
tariffCode int
carrier code (not UIC !)
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