ShellProperties

data class ShellProperties(val lineLength: Int = 140, val chat: ChatConfig = ChatConfig())

Constructors

Link copied to clipboard
constructor(lineLength: Int = 140, chat: ChatConfig = ChatConfig())

Properties

Link copied to clipboard
Link copied to clipboard
val lineLength: Int = 140