HashedCloner constructor

HashedCloner({
  1. required bool doTypedClone,
})

Creates a HashedCloner with the specified cloning mode.

see also BaseCloner

Implementation

HashedCloner({required bool doTypedClone}) : this._(HashMap(), doTypedClone);