FormulaCellValue constructor

const FormulaCellValue(
  1. String formula
)

Creates a formula cell value from the given formula string.

Implementation

const FormulaCellValue(this.formula);