SpreadsheetState

data class SpreadsheetState(var stringType: String? = null, var stack: MutableList<String> = mutableListOf())

Constructors

Link copied to clipboard
constructor(stringType: String? = null, stack: MutableList<String> = mutableListOf())

Properties

Link copied to clipboard
Link copied to clipboard