NodeFormulaService constructor
NodeFormulaService({
- required FormulaRegistry registry,
- String agentVersion = omnyServerVersion,
- Clock clock = const SystemClock(),
- void onLog(
- String line
Creates a node formula service.
Implementation
NodeFormulaService({
required this.registry,
this.agentVersion = omnyServerVersion,
this.clock = const SystemClock(),
this.onLog,
});