ExitToken

data class ExitToken(val value: String? = null, val format: String? = null)

Constructors

Link copied to clipboard
constructor(value: String? = null, format: String? = null)

Properties

Link copied to clipboard
val format: String? = null
Link copied to clipboard
val value: String? = null