menu
orkitt package
documentation
utils.dart
extendAll function
extendAll function
dark_mode
light_mode
extendAll
function
Map
extendAll
(
Map
target
,
Iterable
<
Map
>
sources
)
Implementation
Map extendAll(Map target, Iterable<Map> sources) => target.extend(sources.first, sources.skip(1));
orkitt package
documentation
utils
extendAll function
utils library