identity property

String get identity

Returns the identity of the user.

Implementation

String get identity {
  return _identity;
}