menu
my_utility package
documentation
dartx.dart
MapMinBy extension
MapMinBy extension
dark_mode
light_mode
MapMinBy<
K
,
V
>
extension
on
Map
<
K
,
V
>
Methods
minBy
<
R extends
Comparable
>
(
R
selector
(
MapEntry
<
K
,
V
>
)
)
→
MapEntry
<
K
,
V
>
?
Available on
Map
<
K
,
V
>
, provided by the
MapMinBy
extension
Returns the first entry yielding the smallest value of the given function or
null
if there are no entries.
my_utility package
documentation
dartx
MapMinBy extension
dartx library