IClonerBuilding class abstract interface

Interface for types that can construct an ICloning instance (builder pattern).

Implement for classes that provide a configured cloner via build.

Implementers

Properties

doTypedClone bool
Whether to perform typed cloning.
no getter
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() ICloning
Returns a new ICloning instance.
instance() IClonerBuilding
Returns a new IClonerBuilding instance (a simple constructor alternative).
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