dictionary abstract method
Returns the value for the given key
as a Dictionary.
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
Dictionary? dictionary(String key);
Returns the value for the given key
as a Dictionary.
Returns null
if the a value for the given key
does not exists, is not
a of the expected typ or it is null
.
Dictionary? dictionary(String key);