FormulaException constructor

const FormulaException(
  1. String message, [
  2. int? offset
])

Implementation

const FormulaException(this.message, [this.offset]);