Series
@Serializable
A data model representing an issue series.
Constructors
Link copied to clipboard
constructor(genres: List<GenericItem> = emptyList(), id: Long, name: String, seriesType: GenericItem, sortName: String, volume: Int, yearBegan: Int)