BaseClonerBuilder class final
Builder for BaseCloner
- Implemented types
Constructors
- BaseClonerBuilder()
- Allows configuration of BaseCloner options before instantiation. Example:
Properties
- doTypedClone ← bool
-
Whether to perform typed cloning.
no getteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
) → BaseCloner -
Creates a new BaseCloner instance with the current builder settings.
override
-
instance(
) → BaseClonerBuilder -
Returns a new IClonerBuilding instance (a simple constructor alternative).
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited