IdentityItem class

IdentityItem defines an identity to be included in an IdentityMap

Constructors

IdentityItem(String id, [AuthenticatedState authenticatedState = AuthenticatedState.AMBIGUOUS, bool primary = false])
IdentityItem.clone(IdentityItem source)
factory

Properties

authenticatedState AuthenticatedState
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
no setter
primary bool
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
toMap() Map
toString() String
Convert to String
override

Operators

operator ==(Object other) bool
The equality operator.
inherited