array abstract method

Array? array(
  1. String key
)

Returns the value for the given key as an Array.

Returns null if the a value for the given key does not exists, is not a of the expected typ or it is null.

Implementation

Array? array(String key);