RangeRevision

open class RangeRevision(val from: Int, var to: Int?)

Inheritors

Constructors

Link copied to clipboard
constructor(from: Int, to: Int?)

Properties

Link copied to clipboard
val from: Int
Link copied to clipboard
var to: Int?