AsciiArmorState

data class AsciiArmorState(var state: String = "top", var type: String? = null)

Constructors

Link copied to clipboard
constructor(state: String = "top", type: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
var type: String?