moduleHandlers property

List<BallModuleHandler> moduleHandlers
final

Registered module handlers consulted by _callBaseFunction.

The list is searched in order; the first handler for which BallModuleHandler.handles returns true wins. Defaults to [StdModuleHandler()], which provides the complete built-in std library.

Implementation

final List<BallModuleHandler> moduleHandlers;