MovingTrain
public struct MovingTrain
A train moving in a speciefied direction
-
The id of the train
Declaration
Swift
public let id: String
-
The direction the train is moving to
Declaration
Swift
public let direction: String