DataVersion

value class DataVersion(val value: Int)

A generic version number that represents the current version of the corresponding data.

Constructors

Link copied to clipboard
constructor(value: Int)

Properties

Link copied to clipboard
val value: Int