compute method

  1. @override
T compute()
override

Compute the value of the cell.

Implementations of this method may reference the values of cells included in arguments.

The new cell value should be returned.

Implementation

@override
T compute() => _compute();