CopyEncapsulating class

Dependency declaring that target has a type that matches all of from.

Inheritance
Implemented types

Constructors

CopyEncapsulating.new(Typeable target, List<Typeable> from, [CastMode? cast, EncapsulatingNullability nullability = EncapsulatingNullability.nullIfAny])

Properties

cast CastMode?
final
from List<Typeable>
final
hashCode int
The hash code for this object.
no setterinherited
nullability EncapsulatingNullability
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target Typeable
The only Typeable effected by this relation.
final

Methods

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