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