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