getter property

T Function(T?) getter
final

The function that computes this node's value.

Receives the previous value as a parameter, which can be useful for incremental computations.

Implementation

final T Function(T?) getter;