FormulaType class abstract

Implementers
Available extensions

Constructors

FormulaType.new()

Properties

asFormula String
no setter
cell Cell

Available on FormulaType, provided by the CellExt extension

no setter
hashCode int
The hash code for this object.
no setteroverride
references Set<A1>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

eval(ResultTypeCache resultCache, [List<FormulaType>? visitedList]) ResultType
hasReference(A1 reference) bool
markDeletedCell(A1 cell) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
visit(FormulaTypeVisitor callback) → void

Operators

operator ==(Object other) bool
The equality operator.
override