Events
Train
data class EventsTrain(val source: CityType.CitySource, val destination: CityType.CityDestination, val amount: Long, val isActive: Boolean)
Class that hold events information related with train
Author
Felipe Gonzalez
Constructors
Link copied to clipboard
constructor(source: CityType.CitySource, destination: CityType.CityDestination, amount: Long, isActive: Boolean)