avail
2.0.0.alpha20
avail
/
avail.anvil.debugger
/
AvailDebugger
/
Variable
Variable
data
class
Variable
(
val
name
:
String
,
val
value
:
AvailObject
)
Content copied to clipboard
Helper for capturing values and labels for the variables list view.
Constructors
Properties
Constructors
Variable
Link copied to clipboard
fun
Variable
(
name
:
String
,
value
:
AvailObject
)
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
presentation
String
Link copied to clipboard
val
presentationString
:
String
Content copied to clipboard
value
Link copied to clipboard
val
value
:
AvailObject
Content copied to clipboard