calculate abstract method

String calculate(
  1. BuildContext context,
  2. List<String> arguments
)

Returns the result (as the source code) of the calculable expression, given the arguments passed.

Implementation

String calculate(BuildContext context, List<String> arguments);