cubit property

C get cubit

Access the stateManager as a Cubit with the correct type.

This property provides strongly-typed access to the state manager as a Cubit, allowing for direct method calls on the cubit instance.

Implementation

C get cubit => stateManager;