clone method

  1. @override
IMemory clone()
override

Implementation

@override
IMemory clone() => Memory.fromJson(deepCloneMap(wrapped));