menu
my_utility package
documentation
dartx.dart
MapAny extension
MapAny extension
dark_mode
light_mode
MapAny<
K
,
V
>
extension
on
Map
<
K
,
V
>
Methods
any
(
bool
predicate
(
K
key
,
V
value
)
)
→
bool
Available on
Map
<
K
,
V
>
, provided by the
MapAny
extension
Returns true if there is at least one entry that matches the given
predicate
.
predicate
must not be null.
my_utility package
documentation
dartx
MapAny extension
dartx library