FormulaProvider constructor

const FormulaProvider({
  1. required FormulaRegistry registry,
})

Creates a formula provider over registry.

Implementation

const FormulaProvider({required this.registry});