Comma class

Represents a comma in a formula.

Inheritance

Constructors

Comma.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
isClosingBracket bool
Checks if the formula term is a closing bracket.
no setterinherited
isComma bool
Checks if the formula term is a comma.
no setterinherited
isFunction bool
Checks if the formula term is a function.
no setterinherited
isLeftBracket bool
Alias for isOpeningBracket, checks if the term is a left bracket.
no setterinherited
isNamedValue bool
Checks if the formula term is a variable.
no setterinherited
isNAValue bool
Checks if the formula term represents an "NA" (Not Available) value.
no setterinherited
isNull bool
Checks if the formula term represents a null value.
no setterinherited
isOpeningBracket bool
Checks if the formula term is an opening bracket.
no setterinherited
isOperator bool
Checks if the formula term is an operator.
no setterinherited
isRightBracket bool
Alias for isClosingBracket, checks if the term is a right bracket.
no setterinherited
isValue bool
Checks if the formula term is a value.
no setterinherited
position int?
An optional field indicating the position of the term in the formula.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringToView String
Returns a string representation of the formula term for displaying purposes.
no setteroverride
toTexNotation String
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toFormulaValueType() ValueWrapper
Attempts to cast the formula term to a FormulaValue.
inherited
toString() String
Converts the formula term to a string representation.
inherited

Operators

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