Tracker

data class Tracker(val malId: Int? = null, val aniId: String? = null, val image: String? = null, val cover: String? = null)

Constructors

Link copied to clipboard
constructor(malId: Int? = null, aniId: String? = null, image: String? = null, cover: String? = null)

Properties

Link copied to clipboard
val aniId: String? = null
Link copied to clipboard
val cover: String? = null
Link copied to clipboard
val image: String? = null
Link copied to clipboard
val malId: Int? = null