DynamicValue

constructor(unwrappedValue: Any?)

Parameters

unwrappedValue

either a raw/unprocessed representation of the wrapped value (e.g. the number 5 saved as the string "5") or simply an opaque wrapper for a generic value (e.g. a Node)