copyMap abstract method

Map copyMap([
  1. bool deepCopy = false
])
inherited

Creates a copy of the internal map.

If deepCopy is true, a deep copy is performed. Otherwise, a shallow copy is returned.

@param deepCopy Whether to perform a deep copy. Defaults to false.

@return A copy of the internal map.

Implementation

Map copyMap([bool deepCopy = false]);