assign property
({dynamic Function(Object target, [Iterable? sources]) $1, Object Function<T extends IInline8, U, V, W>(T target, U source1, V source2, W source3) $2})
get
assign
Overload accessor: $1, $2
Implementation
static ({
/// Copy the values of all of the enumerable own properties from one or more source objects to a
/// target object. Returns the target object.
/// @param target The target object to copy to.
/// @param sources One or more source objects from which to copy properties
_i2.dynamic Function(
_i2.Object target, [
_i2.Iterable<_i2.dynamic>? sources,
]) $1,
/// Copy the values of all of the enumerable own properties from one or more source objects to a
/// target object. Returns the target object.
/// @param target The target object to copy to.
/// @param source1 The first source object from which to copy properties.
/// @param source2 The second source object from which to copy properties.
/// @param source3 The third source object from which to copy properties.
_i2.Object Function<T extends _i8.IInline8, U, V, W>(
T target,
U source1,
V source2,
W source3,
) $2,
}) get assign => (
$1: _assign$1,
$2: _assign$2,
);