getAsNullableArray method

AnyValueArray getAsNullableArray (
  1. int index
)

Converts array element into an AnyValueArray or returns null if conversion is not possible.

  • index an index of element to get. Returns AnyValueArray value of the element or null if conversion is not supported.

See fromValue