menu
autobot package
documentation
common/collection_util.dart
MapUtil extension
MapUtil extension
dark_mode
light_mode
MapUtil<
K
,
V
>
extension
on
Map
<
K
,
V
>
Methods
tryGet
(
K
key
)
→ V?
Available on
Map
<
K
,
V
>
, provided by the
MapUtil
extension
Returns the value of
key
or null if the
key
doesn't exist.
autobot package
documentation
common/collection_util
MapUtil extension
collection_util library