WorldListItem

data class WorldListItem(number: Int, players: Int, country: String, members: Boolean, type: String)

Author

rvbiljouw

Constructors

WorldListItem
Link copied to clipboard
fun WorldListItem(number: Int, players: Int, country: String, members: Boolean, type: String = "")

Functions

toString
Link copied to clipboard
open override fun toString(): String

Properties

country
Link copied to clipboard
val country: String
members
Link copied to clipboard
val members: Boolean
number
Link copied to clipboard
val number: Int
players
Link copied to clipboard
val players: Int
type
Link copied to clipboard
val type: String