EntityKey class

A unique identifier for an entity in the Cloud Identity Groups API.

An entity can represent either a group with an optional namespace or a user without a namespace. The combination of id and namespace must be unique; however, the same id can be used with different namespaces.

Constructors

EntityKey({String? id, String? namespace})
EntityKey.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the entity.
getter/setter pair
namespace String?
The namespace in which the entity exists.
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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