controllerList property

List<StateXController> get controllerList
inherited

List the controllers.

Implementation

List<StateXController> get controllerList =>
    _mapControllerByType.values.toList(growable: false);