HashedCloner constructor
HashedCloner({
- required bool doTypedClone,
Creates a HashedCloner with the specified cloning mode.
see also BaseCloner
Implementation
HashedCloner({required bool doTypedClone}) : this._(HashMap(), doTypedClone);