FormulaContext constructor
FormulaContext({})
Creates a formula context.
Implementation
FormulaContext({
required this.platform,
this.targetVersion,
this.parameters = const {},
this.clock = const SystemClock(),
void Function(String line)? log,
}) : log = log ?? _noop;