StartingAtYear

data class StartingAtYear(val start: Int) : YearsSelector(source)

Since the start year

Constructors

Link copied to clipboard
constructor(start: Int)

Properties

Link copied to clipboard
val start: Int

Functions

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