Value of sdlang node
// Create new value SDLValue val = SDLValue.double_(22.5); // Get value casted to int val.value!int; // Check type val.kind == SDLType.text;
See Implementation
Value of sdlang node