i property

Retrieves the singleton instance of EntityKey.

If the instance has not been initialized, creates a new instance and returns it.

Implementation

static EntityKey get i => _i ??= const EntityKey();