InternalToManyTestAccess<EntityT> class

Internal only.

Annotations
  • @visibleForTesting

Constructors

InternalToManyTestAccess(ToMany<EntityT> _rel)
Used in tests.

Properties

added → Set<EntityT>
Used in tests.
no setter
hashCode → int
The hash code for this object.
no setterinherited
items → List<EntityT>
Used in tests.
no setter
itemsLoaded → bool
Used in tests.
no setter
removed → Set<EntityT>
Used in tests.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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