currentController property

StreamController<CurrentState> currentController
getter/setter pair

Internally used StreamControllers,

Implementation

late StreamController<CurrentState> currentController;