HashedClonerBuilder class final

Builder for HashedCloner

Implemented types

Constructors

HashedClonerBuilder()
Allows configuration of HashedCloner 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() HashedCloner
Creates a new HashedCloner instance with the current builder settings.
override
instance() HashedClonerBuilder
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