deepCopy method

List<T> deepCopy()

Implementation

List<T> deepCopy() => List.from(map(SerializableData.copyGeneric));