build method
Creates a new BaseCloner instance with the current builder settings.
Implementation
@override
BaseCloner build() {
return BaseCloner(_typedClone);
}
Creates a new BaseCloner instance with the current builder settings.
@override
BaseCloner build() {
return BaseCloner(_typedClone);
}