Retrieves the singleton instance of EntityKey.
If the instance has not been initialized, creates a new instance and returns it.
static EntityKey get i => _i ??= const EntityKey();