build method
Creates a new HashedCloner instance with the current builder settings.
Implementation
@override
HashedCloner build() {
return HashedCloner._(HashMap<int, int>(), _typedClone);
}
Creates a new HashedCloner instance with the current builder settings.
@override
HashedCloner build() {
return HashedCloner._(HashMap<int, int>(), _typedClone);
}