MathDefinitionFunctionFreeform class abstract

Create a new freeform function

This class is intended to be extended when developer needs to define a custom function to MathNodeExpression.toString

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
maxArgumentsCount int
Maximum arguments count
no setter
minArgumentsCount int
Minimum arguments count
no setter
name String
Function name used by parser
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

hasSameName(String other) bool
Checks if the function has the name name
isCompatible(MathDefinitionFunctionFreeform other) bool
Checks function compatibility
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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