Function StackMap
Get Value By Key
Get a value by key from a map.
Config
- Value: The referenced map value
- Key: The name of the key in the map
- Fallback Value: Optional fallback value when the key does not exist; this will be used if provided
Output
Returns the value as an optional value like *MyValue
for the key if not force unwrapped.