HashedClonerBuilder constructor

HashedClonerBuilder()

Allows configuration of HashedCloner options before instantiation. Example:

final cloner = (HashedClonerBuilder()..doTypedClone=true).build();

Implementation

HashedClonerBuilder();