kotlin-algebraic-types-plugin / org.drx.plugin.algebraictypes.extension / DimensionSelection / Range

Range

data class Range : DimensionSelection

Constructors

<init>

Range(from: Int = 2, to: Int, sourceFolder: String = "", domain: String = "", packageName: String = "")

Properties

domain

val domain: String

from

val from: Int

packageName

val packageName: String

sourceFolder

val sourceFolder: String

to

val to: Int