callsLength property

int get callsLength

Returns the number of cached computations currently stored.

Implementation

int get callsLength => _calls.length;