getAsValue method

AnyValue getAsValue (
  1. String key
)
inherited

Converts map element into an AnyValue or returns an empty AnyValue if conversion is not possible.

  • key a key of element to get. Returns AnyValue value of the element or empty AnyValue if conversion is not supported.

See AnyValue See AnyValue.constructor