computeValue abstract method

T computeValue(
  1. Map<String, dynamic> variables
)

Computes the value, relative to some set of variables.

Implementation

T computeValue(Map<String, dynamic> variables);