IdentityRequest class

An object that contains identities that are passed to identity calls

Constructors

IdentityRequest()

Properties

hashCode int
The hash code for this object.
no setterinherited
identities Map<IdentityType, String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getIdentities() Map<IdentityType, String>
getIdentity({required IdentityType identityType}) String?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setIdentity({required IdentityType identityType, required String value}) IdentityRequest
toString() String
A string representation of this object.
inherited

Operators

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