menu
MBG_Inspektionen
extension/map.dart
CopyWith
<
K
,
V
>
copyWith method
copyWith
dark_mode
light_mode
copyWith
method
Map
<
K
,
V
>
copyWith
(
Map
<
K
,
V
>
other
)
Implementation
Map<K, V> copyWith(Map<K, V> other) { addAll(other); return this; }
MBG_Inspektionen
map
CopyWith
<
K
,
V
>
copyWith method
CopyWith extension on
Map
<
K
,
V
>