newExpression abstract method Null safety
Creates a new Expression instance in the native library Note: This shouldn't be called manually
Implementation
int newExpression(
{required String expression,
required Map<String, double> variables,
Map<String, double>? constants});