array abstract method

  1. @override
MutableArray? array(
  1. String key
)
override

Returns the value for the given key as an MutableArray.

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

@override
MutableArray? array(String key);