Identity class

The identity of an Ice object. In a proxy, an empty Identity.name denotes a nil proxy. An identity with an empty Identity.name and a non-empty Identity.category is illegal. You cannot add a servant with an empty name to the Active Servant Map.

@see ServantLocator, @see ObjectAdapter.addServantLocator

Constructors

Identity({String name = '', String category = ''})

Properties

category String
The Ice object category.
final
hashCode int
The hash code for this object.
no setteroverride
isEmpty bool
no setter
name String
The name of the Ice object.
final
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.
override

Operators

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