callsLength property
int
get
callsLength
Returns the number of cached computations currently stored.
Implementation
int get callsLength => _calls.length;
Returns the number of cached computations currently stored.
int get callsLength => _calls.length;