entityId property

String? entityId

Retrieves the entity ID if the object represents an entity.

Implementation

String? get entityId => isEntity ? Entity.autoId(this) : null;