TransitCountryInfo

data class TransitCountryInfo(country: String, regions: List<String>) : Parcelable

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

country
Link copied to clipboard
val country: String
regions
Link copied to clipboard
val regions: List<String>