menu
serverpod_auth_client package
documentation
module.dart
CloneMap extension
CloneMap extension
dark_mode
light_mode
CloneMap
extension
Adds clone method that create a deep copy of a map.
on
Map
Methods
clone
<
K
,
V
>
(
)
→
Map
<
K
,
V
>
Creates a deep copy of the Map, mutations to the original will not affect the copy.
serverpod_auth_client package
documentation
module
CloneMap extension
module library