build method
Creates a new CountedCloner instance with the current builder settings.
Implementation
@override
CountedCloner build() {
return CountedCloner._(_sizeLimit, _nestLimit, _typedClone);
}
Creates a new CountedCloner instance with the current builder settings.
@override
CountedCloner build() {
return CountedCloner._(_sizeLimit, _nestLimit, _typedClone);
}