dictionary method Null safety

Dictionary? dictionary(
  1. String key
)

Returns the value for the given key as a Dictionary.

{@macro cbl.DictionaryInterface.typedNullableGetter

Implementation

Dictionary? dictionary(String key);