dictionary method Null safety

  1. @override
MutableDictionary? dictionary(
  1. String key
)
override

Returns the value for the given key as a MutableDictionary.

{@macro cbl.DictionaryInterface.typedNullableGetter

Implementation

@override
MutableDictionary? dictionary(String key);