TrainLoading class

Annotations
  • @JsonSerializable()

Constructors

TrainLoading({String? line, String? lineDirection, String? platformDirection, String? direction, String? naptanTo, String? timeSlice, int? value})
TrainLoading.fromJson(Map<String, dynamic> json)
factory

Properties

direction String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
line String?
getter/setter pair
lineDirection String?
getter/setter pair
naptanTo String?
getter/setter pair
platformDirection String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeSlice String?
getter/setter pair
value int?
getter/setter pair

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

Static Methods

listFromJson(List json) List<TrainLoading>
mapFromJson(Map<String, dynamic> json) Map<String, TrainLoading>