compute method
Computes the value(s) stored in this object into a Result.
Implementation
@override
Result compute(ComputeContext ctx) {
throw UnimplementedError('Generic tokens are not made to be computed');
}
Computes the value(s) stored in this object into a Result.
@override
Result compute(ComputeContext ctx) {
throw UnimplementedError('Generic tokens are not made to be computed');
}